[libdancer-plugin-database-perl] 01/06: Imported Upstream version 2.11
gregor herrmann
gregoa at debian.org
Sun Oct 18 13:22:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdancer-plugin-database-perl.
commit 081d09da489cb15fe69852644f2f0ee73b997868
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Oct 18 15:18:46 2015 +0200
Imported Upstream version 2.11
---
Changes | 5 +++++
META.json | 8 +++++---
META.yml | 8 +++++---
Makefile.PL | 2 +-
lib/Dancer/Plugin/Database.pm | 4 ++--
5 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/Changes b/Changes
index 559ebee..fe50def 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Dancer-Plugin-Database
+2.11 2015-10-02
+ [ BUG FIXES ]
+ - Require Dancer::Plugin::Database::Core v0.12, that
+ fixes logging problems
+
2.10 2014-10-13
[ ENHANCEMENTS ]
- Support dsn_extra option (Thanks to Michael J South)
diff --git a/META.json b/META.json
index b8f7921..75dfe81 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"David Precious <davidp at preshweb.co.uk>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
+ "generated_by" : "ExtUtils::MakeMaker version 7.06, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
"runtime" : {
"requires" : {
"Dancer" : "1.3099",
- "Dancer::Plugin::Database::Core" : "0.08",
+ "Dancer::Plugin::Database::Core" : "0.12",
"Test::More" : "0"
}
}
@@ -48,5 +48,7 @@
"url" : "https://github.com/bigpresh/Dancer-Plugin-Database"
}
},
- "version" : "2.10"
+ "version" : "2.11",
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}
+
diff --git a/META.yml b/META.yml
index fc0d22e..9ae1997 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.06, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,12 @@ no_index:
- inc
requires:
Dancer: '1.3099'
- Dancer::Plugin::Database::Core: '0.08'
+ Dancer::Plugin::Database::Core: '0.12'
Test::More: '0'
resources:
bugtracker: https://github.com/bigpresh/Dancer-Plugin-Database/issues
homepage: https://github.com/bigpresh/Dancer-Plugin-Database/
repository: https://github.com/bigpresh/Dancer-Plugin-Database
-version: '2.10'
+version: '2.11'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+
diff --git a/Makefile.PL b/Makefile.PL
index dfbeab5..013bc02 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,7 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
- 'Dancer::Plugin::Database::Core' => '0.08',
+ 'Dancer::Plugin::Database::Core' => '0.12',
# Need support for Dancer2-compatible stuff
'Dancer' => 1.3099,
},
diff --git a/lib/Dancer/Plugin/Database.pm b/lib/Dancer/Plugin/Database.pm
index aabc741..a9fa530 100644
--- a/lib/Dancer/Plugin/Database.pm
+++ b/lib/Dancer/Plugin/Database.pm
@@ -16,7 +16,7 @@ Dancer::Plugin::Database - easy database connections for Dancer applications
=cut
-our $VERSION = '2.10';
+our $VERSION = '2.11';
my $settings = undef;
@@ -441,7 +441,7 @@ You can find the author on IRC in the channel C<#dancer> on <irc.perl.org>.
=head1 LICENSE AND COPYRIGHT
-Copyright 2010-12 David Precious.
+Copyright 2010-2015 David Precious.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-database-perl.git
More information about the Pkg-perl-cvs-commits
mailing list