From a8dcb54ca8a4fdde336e2ea0791e6fd5632c5c66 Mon Sep 17 00:00:00 2001 From: Kathryn Tipton Date: Thu, 16 Aug 2018 12:35:26 -0400 Subject: [PATCH] Bugfix release --- META.json | 4 +-- META.yml | 4 +-- Makefile.PL | 98 ++++++++++++++++++++++++++--------------------------- lib/Tuba.pm | 2 +- 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/META.json b/META.json index 7250d85e..e92bffda 100644 --- a/META.json +++ b/META.json @@ -82,7 +82,7 @@ "provides" : { "Tuba" : { "file" : "lib/Tuba.pm", - "version" : "v1.55.0" + "version" : "v1.55.1" }, "Tuba::Activity" : { "file" : "lib/Tuba/Activity.pm" @@ -368,6 +368,6 @@ } }, "release_status" : "stable", - "version" : "v1.55.0", + "version" : "v1.55.1", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 86e842b7..4931cbef 100644 --- a/META.yml +++ b/META.yml @@ -20,7 +20,7 @@ name: Tuba provides: Tuba: file: lib/Tuba.pm - version: v1.55.0 + version: v1.55.1 Tuba::Activity: file: lib/Tuba/Activity.pm Tuba::Array: @@ -256,5 +256,5 @@ requires: YAML: '0' YAML::Syck: '0' YAML::XS: '0' -version: v1.55.0 +version: v1.55.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/Makefile.PL b/Makefile.PL index 80eb41b0..ed44674e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,65 +3,65 @@ use ExtUtils::MakeMaker; WriteMakefile ( 'INSTALLDIRS' => 'site', - 'PL_FILES' => {}, - 'NAME' => 'Tuba', - 'VERSION_FROM' => 'lib/Tuba.pm', + 'EXE_FILES' => [ + 'bin/tuba', + 'bin/tuba_generate_sitemap', + 'bin/tuba_get_ontology', + 'bin/tuba_start_httpd', + 'bin/tuba_stop_httpd' + ], 'PREREQ_PM' => { - 'Module::Build::Mojolicious' => 0, - 'Number::Bytes::Human' => 0, - 'DBD::Pg' => '3.003', - 'IO::Socket::SSL' => 2, - 'Digest::SHA1' => 0, - 'Algorithm::Permute' => 0, - 'JSON::XS' => 0, - 'Hash::Flatten' => 0, - 'YAML::Syck' => 0, - 'YAML' => 0, + 'List::MoreUtils' => '0.427', + 'Text::Format' => 0, + 'Data::Rmap' => 0, + 'Scalar::Util' => 0, 'SQL::Abstract' => 0, - 'Path::Class' => 0, - 'YAML::XS' => 0, - 'LWP::UserAgent' => 0, - 'Sort::Key' => 0, + 'Digest::SHA1' => 0, + 'Pg::hstore' => 0, 'URI::Find' => 0, - 'UUID::Tiny' => 0, - 'DBIx::Connector' => 0, - 'Mojolicious::Plugin::Mail' => '1.5', - 'Text::CSV_XS' => 0, - 'Mojolicious::Plugin::InstallablePaths' => 0, - 'Text::Format' => 0, + 'IO::Socket::SSL' => 2, + 'Number::Format' => 0, + 'Number::Bytes::Human' => 0, + 'Sort::Key' => 0, + 'LWP::Protocol::https' => '6.07', + 'Mojolicious::Plugin::YamlConfig' => 0, + 'JSON::XS' => 0, 'Mojolicious' => '6.08', - 'Date::Parse' => 0, - 'Captcha::reCAPTCHA' => '0.99', - 'DBIx::Simple' => 0, + 'JSON::WebToken' => 0, + 'Hash::Flatten' => 0, 'HTML::Restrict' => '2.002004', - 'Pg::hstore' => 0, - 'Data::Rmap' => 0, - 'DBIx::Custom' => 0, + 'Path::Class' => 0, 'Rose::DB' => '0.772', - 'RDF::Trine' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Time::Duration' => 0, - 'Scalar::Util' => 0, - 'DateTime::Format::Human::Duration' => 0, + 'YAML::Syck' => 0, + 'String::Diff' => 0, + 'Test::More' => 0, 'SQL::Interp' => 0, - 'Rose::DB::Object' => 0, - 'LWP::Protocol::https' => '6.07', + 'DateTime::Format::Human::Duration' => 0, + 'UUID::Tiny' => 0, + 'DBIx::Simple' => 0, + 'Date::Parse' => 0, + 'Module::Build::Mojolicious' => 0, + 'RDF::Trine' => 0, + 'DBD::Pg' => '3.003', 'Lingua::EN::Inflect' => 0, - 'Mojolicious::Plugin::YamlConfig' => 0, - 'List::MoreUtils' => '0.427', - 'JSON::WebToken' => 0, - 'File::ShareDir' => '1.00', - 'Test::More' => 0, 'RDF::Query' => 0, - 'String::Diff' => 0, - 'Number::Format' => 0 + 'Algorithm::Permute' => 0, + 'Text::CSV_XS' => 0, + 'YAML::XS' => 0, + 'DBIx::Custom' => 0, + 'Rose::DB::Object' => 0, + 'Captcha::reCAPTCHA' => '0.99', + 'LWP::UserAgent' => 0, + 'Mojolicious::Plugin::InstallablePaths' => 0, + 'YAML' => 0, + 'Mojolicious::Plugin::Mail' => '1.5', + 'File::ShareDir' => '1.00', + 'DBIx::Connector' => 0, + 'Time::Duration' => 0 }, - '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' => {} ) ; diff --git a/lib/Tuba.pm b/lib/Tuba.pm index ac65f2a8..2764c145 100644 --- a/lib/Tuba.pm +++ b/lib/Tuba.pm @@ -72,7 +72,7 @@ use Path::Class qw/file/; use Data::Rmap qw/rmap_all/; use strict; -our $VERSION = '1.55.0'; +our $VERSION = '1.55.1'; our @supported_formats = qw/json yaml ttl html nt rdfxml dot rdfjson jsontriples svg txt thtml csv/; sub startup {