[libdancer-plugin-database-core-perl] 01/05: Imported Upstream version 0.07

gregor herrmann gregoa at debian.org
Mon Sep 15 17:50:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-plugin-database-core-perl.

commit e8b5bfc1cacdb412216ea39e18f2289a5644e63c
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 15 19:47:36 2014 +0200

    Imported Upstream version 0.07
---
 Changes                            | 12 ++++++++----
 META.json                          | 10 ++++++++--
 META.yml                           |  6 ++++--
 Makefile.PL                        | 12 ++++++++++++
 lib/Dancer/Plugin/Database/Core.pm |  4 ++--
 5 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index d8a975c..b9a7dd1 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,16 @@
 Revision history for Dancer-Plugin-Database-Core
 
+0.07    2014-09-01
+        [ BUILD SYSTEM ]
+        - Added metainformation for metacpan.
+
 0.06    2014-04-01
         [ ENHANCEMENTS ]
-		- New server config option (thanks Collin Seaton)
+        - New server config option (thanks Collin Seaton)
 
-		[ BUGFIXES ]
-		- Fix date for 0.05 release
-		- Fix version numbers on documentation
+        [ BUGFIXES ]
+        - Fix date for 0.05 release
+        - Fix version numbers on documentation
 
 0.05    2013-12-22
         [ ENHANCEMENTS ]
diff --git a/META.json b/META.json
index 83c6ba3..d2e9ea3 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.94, CPAN::Meta::Converter version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
    "license" : [
       "unknown"
    ],
@@ -38,5 +38,11 @@
       }
    },
    "release_status" : "stable",
-   "version" : "0.06"
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "web" : "https://github.com/bigpresh/Dancer-Plugin-Database"
+      }
+   },
+   "version" : "0.07"
 }
diff --git a/META.yml b/META.yml
index 5a93fce..05d03bf 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.94, CPAN::Meta::Converter version 2.140640'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,6 @@ no_index:
 requires:
   DBI: '0'
   perl: '5.006'
-version: '0.06'
+resources:
+  repository: https://github.com/bigpresh/Dancer-Plugin-Database
+version: '0.07'
diff --git a/Makefile.PL b/Makefile.PL
index a0cfb9b..bf52013 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,4 +22,16 @@ WriteMakefile(
     },
     dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean => { FILES => 'Dancer-Plugin-Database-Core-*' },
+    META_MERGE =>
+              {
+               "meta-spec" => { version => 2 },
+               resources =>
+               {
+                repository => 
+                {
+                 type => 'git',
+                 web => 'https://github.com/bigpresh/Dancer-Plugin-Database',
+                },
+               },
+              },
 );
diff --git a/lib/Dancer/Plugin/Database/Core.pm b/lib/Dancer/Plugin/Database/Core.pm
index f855f5f..2d0f9a2 100644
--- a/lib/Dancer/Plugin/Database/Core.pm
+++ b/lib/Dancer/Plugin/Database/Core.pm
@@ -10,11 +10,11 @@ Dancer::Plugin::Database::Core - Shared core for D1 and D2 Database plugins
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 my %handles;
 # Hashref used as key for default handle, so we don't have a magic value that

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-database-core-perl.git



More information about the Pkg-perl-cvs-commits mailing list