[libclass-tiny-perl] 02/11: bump @DAGOLDEN prereq and restore Test::Compile

gregor herrmann gregoa at debian.org
Sun May 31 14:03:17 UTC 2015


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

gregoa pushed a commit to annotated tag release-0.006
in repository libclass-tiny-perl.

commit b4fe277e01f800c12914d1c088a1df7343b96591
Author: David Golden <dagolden at cpan.org>
Date:   Thu Aug 29 11:08:06 2013 -0400

    bump @DAGOLDEN prereq and restore Test::Compile
---
 META.json  | 12 ++++++++----
 README.pod |  2 +-
 dist.ini   |  3 +--
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/META.json b/META.json
index e4ee449..8f6e0ac 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "David Golden <dagolden at cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.132140",
+   "generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter version 2.132140",
    "license" : [
       "apache_2_0"
    ],
@@ -53,7 +53,11 @@
          "requires" : {
             "Exporter" : "0",
             "ExtUtils::MakeMaker" : "0",
+            "File::Spec" : "0",
             "File::Spec::Functions" : "0",
+            "File::Temp" : "0",
+            "IO::Handle" : "0",
+            "IPC::Open3" : "0",
             "List::Util" : "0",
             "Test::More" : "0.96",
             "base" : "0",
@@ -65,11 +69,11 @@
    "provides" : {
       "Class::Tiny" : {
          "file" : "lib/Class/Tiny.pm",
-         "version" : "0.005"
+         "version" : "0.006"
       },
       "Class::Tiny::Object" : {
          "file" : "lib/Class/Tiny.pm",
-         "version" : "0.005"
+         "version" : "0.006"
       }
    },
    "release_status" : "stable",
@@ -84,7 +88,7 @@
          "web" : "https://github.com/dagolden/class-tiny"
       }
    },
-   "version" : "0.005",
+   "version" : "0.006",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Karen Etheridge <ether at cpan.org>",
diff --git a/README.pod b/README.pod
index 89a05d7..8e8a3d7 100644
--- a/README.pod
+++ b/README.pod
@@ -8,7 +8,7 @@ Class::Tiny - Minimalist class construction
 
 =head1 VERSION
 
-version 0.005
+version 0.006
 
 =head1 SYNOPSIS
 
diff --git a/dist.ini b/dist.ini
index 5dfca24..87fad5b 100644
--- a/dist.ini
+++ b/dist.ini
@@ -5,8 +5,7 @@ copyright_holder = David Golden
 copyright_year   = 2013
 
 [@DAGOLDEN]
-:version = 0.045
--remove = Test::Compile
+:version = 0.048
 AutoMetaResources.bugtracker.rt = 0
 AutoMetaResources.bugtracker.github = user:dagolden
 stopwords = destructor

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



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