]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
This is 0.06 v0.06
authorVincent Pit <vince@profvince.com>
Tue, 20 Aug 2013 19:31:35 +0000 (16:31 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 20 Aug 2013 19:31:35 +0000 (16:31 -0300)
Changes
MANIFEST
META.json [new file with mode: 0644]
META.yml
README
lib/B/RecDeparse.pm

diff --git a/Changes b/Changes
index c186af9e1e7c9f191a410f355c46e485d0250912..0b01409ad000486a7fb957f496a1aff3d72d0827 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for B-RecDeparse
 
+0.06    2013-08-20 19:25 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.05 can skip this update.
+        + Tst : Some tests will no longer warn with development versions of
+                B::Deparse.
+        + Tst : The Kwalitee test has been removed.
+
 0.05    2011-02-27 21:15 UTC
         + Chg : perl 5.8.1 is required.
         + Fix : [RT #63842] : Breakage on some imported subs.
index 79569d977d0c87870fb92ba6778684e673ba9428..0d6f4b0881c1dc76315420fd81878b505dbf529e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
diff --git a/META.json b/META.json
new file mode 100644 (file)
index 0000000..3a71253
--- /dev/null
+++ b/META.json
@@ -0,0 +1,62 @@
+{
+   "abstract" : "Deparse recursively into subroutines.",
+   "author" : [
+      "Vincent Pit <perl@profvince.com>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "B-RecDeparse",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "B::Deparse" : "0",
+            "Carp" : "0",
+            "Config" : "0",
+            "ExtUtils::MakeMaker" : "0",
+            "Test::More" : "0",
+            "base" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "B::Deparse" : "0",
+            "Carp" : "0",
+            "Config" : "0",
+            "base" : "0",
+            "perl" : "5.008001"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/Dist/Display.html?Name=B-RecDeparse"
+      },
+      "homepage" : "http://search.cpan.org/dist/B-RecDeparse/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git"
+      }
+   },
+   "version" : "0.06"
+}
index a86eaa559cf2816761c461f66e5d2995376e4a84..ff75587c47b93c45e97928346faf3ac2e209a829 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,37 +1,36 @@
---- #YAML:1.0
-name:               B-RecDeparse
-version:            0.05
-abstract:           Deparse recursively into subroutines.
+---
+abstract: 'Deparse recursively into subroutines.'
 author:
-    - Vincent Pit <perl@profvince.com>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Vincent Pit <perl@profvince.com>'
 build_requires:
-    B::Deparse:           0
-    base:                 0
-    Carp:                 0
-    Config:               0
-    ExtUtils::MakeMaker:  0
-    Test::More:           0
+  B::Deparse: 0
+  Carp: 0
+  Config: 0
+  ExtUtils::MakeMaker: 0
+  Test::More: 0
+  base: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: B-RecDeparse
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    B::Deparse:  0
-    base:        0
-    Carp:        0
-    Config:      0
-    perl:        5.008001
+  B::Deparse: 0
+  Carp: 0
+  Config: 0
+  base: 0
+  perl: 5.008001
 resources:
-    bugtracker:  http://rt.cpan.org/NoAuth/ReportBug.html?Queue=B-RecDeparse
-    homepage:    http://search.cpan.org/dist/B-RecDeparse/
-    license:     http://dev.perl.org/licenses/
-    repository:  http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.56
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
-dynamic_config:     0
+  bugtracker: http://rt.cpan.org/Dist/Display.html?Name=B-RecDeparse
+  homepage: http://search.cpan.org/dist/B-RecDeparse/
+  license: http://dev.perl.org/licenses/
+  repository: http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git
+version: 0.06
diff --git a/README b/README
index 36020583b619ca2b8e82ade8314d1136cae7acb5..c75e9c8a22c01d7db907475ecc3e55e837949c81 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     B::RecDeparse - Deparse recursively into subroutines.
 
 VERSION
-    Version 0.05
+    Version 0.06
 
 SYNOPSIS
         perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ]
@@ -71,7 +71,7 @@ SUPPORT
     <http://www.profvince.com/perl/cover/B-RecDeparse>.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011 Vincent Pit, all rights reserved.
+    Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
index 430eb2b0bc5ab91469a7175b287b92129de804a1..fd52f9763ab47af6376a35bdb4c2f900e15e4444 100644 (file)
@@ -17,11 +17,11 @@ B::RecDeparse - Deparse recursively into subroutines.
 
 =head1 VERSION
 
-Version 0.05
+Version 0.06
 
 =cut
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 =head1 SYNOPSIS