Skip to content

Commit

Permalink
version 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
rewolfe committed Dec 3, 2015
1 parent 14e84a2 commit 91cacae
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"provides" : {
"Tuba" : {
"file" : "lib/Tuba.pm",
"version" : "1.37"
"version" : "1.38"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -350,5 +350,5 @@
}
},
"release_status" : "stable",
"version" : "1.37"
"version" : "1.38"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Tuba
provides:
Tuba:
file: lib/Tuba.pm
version: '1.37'
version: '1.38'
Tuba::Activity:
file: lib/Tuba/Activity.pm
Tuba::Array:
Expand Down Expand Up @@ -243,4 +243,4 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: '1.37'
version: '1.38'
76 changes: 38 additions & 38 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'PREREQ_PM' => {
'Hash::Flatten' => 0,
'RDF::Trine' => 0,
'SQL::Interp' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Time::Duration' => 0,
'Mojolicious' => '6.08',
'DBIx::Connector' => 0,
'YAML::Syck' => 0,
'UUID::Tiny' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'Number::Bytes::Human' => 0,
'Swagger2' => 0,
'IO::Socket::SSL' => 2,
'String::Diff' => 0,
'Data::Rmap' => 0,
'Pg::hstore' => 0,
'JSON::WebToken' => 0,
'RDF::Query' => 0,
'DBIx::Connector' => 0,
'Path::Class' => 0,
'YAML::Syck' => 0,
'Time::Duration' => 0,
'DBD::Pg' => '3.003',
'Mojolicious' => '6.08',
'RDF::Trine' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'DateTime::Format::Human::Duration' => 0,
'URI::Find' => 0,
'Pg::hstore' => 0,
'Date::Parse' => 0,
'SQL::Abstract' => 0,
'Algorithm::Permute' => 0,
'Module::Build::Mojolicious' => 0,
'String::Diff' => 0,
'Lingua::EN::Inflect' => 0,
'Text::Format' => 0,
'SQL::Interp' => 0,
'Rose::DB::Object' => 0,
'YAML::XS' => 0,
'DBIx::Custom' => 0,
'File::ShareDir' => '1.00',
'IO::Socket::SSL' => 2,
'Digest::SHA1' => 0,
'Text::CSV_XS' => 0,
'YAML::XS' => 0,
'Scalar::Util' => 0,
'JSON::XS' => 0,
'Number::Bytes::Human' => 0,
'UUID::Tiny' => 0,
'YAML' => 0,
'Lingua::EN::Inflect' => 0,
'Digest::SHA1' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Swagger2' => 0,
'Rose::DB' => '0.772',
'Sort::Key' => 0,
'Test::More' => 0,
'DateTime::Format::Human::Duration' => 0,
'URI::Find' => 0,
'YAML' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'File::ShareDir' => '1.00',
'DBIx::Custom' => 0,
'RDF::Query' => 0,
'DBD::Pg' => '3.003',
'JSON::XS' => 0,
'Module::Build::Mojolicious' => 0,
'Number::Format' => 0,
'Algorithm::Permute' => 0,
'SQL::Abstract' => 0,
'Rose::DB' => '0.772',
'LWP::UserAgent' => 0,
'Test::More' => 0,
'Rose::DB::Object' => 0,
'Path::Class' => 0,
'Hash::Flatten' => 0,
'DBIx::Simple' => 0
},
'NAME' => 'Tuba',
'VERSION_FROM' => 'lib/Tuba.pm',
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/tuba',
'bin/tuba_generate_sitemap',
'bin/tuba_get_ontology',
'bin/tuba_start_httpd',
'bin/tuba_stop_httpd'
]
],
'VERSION_FROM' => 'lib/Tuba.pm',
'NAME' => 'Tuba',
'PL_FILES' => {}
)
;

0 comments on commit 91cacae

Please sign in to comment.