[libcommon-sense-perl] 01/04: Imported Upstream version 3.73

gregor herrmann gregoa at debian.org
Sun Jun 1 21:13:23 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcommon-sense-perl.

commit dff30a73a42b24529073ef561e8dc61725a14f11
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 1 17:22:35 2014 +0200

    Imported Upstream version 3.73
---
 Changes     | 9 ++++++++-
 META.json   | 4 ++--
 META.yml    | 4 ++--
 Makefile.PL | 4 ++--
 sense.pm.PL | 4 ++--
 sense.pod   | 6 +++---
 6 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/Changes b/Changes
index 7b07f1b..120ec02 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for perl pragma common::sense.
 
+3.73 Sat May 31 22:37:21 CEST 2014
+	- remove "deprecated", as it turned out to be yet another time bomb
+          as p5p don't care the least about backwards compatibility
+          anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123).
+	- switching paths once more as this turned out to be a doc bug
+          in eumm.  this should not affect anything though.
+
 3.72 Wed Jul 31 19:44:18 CEST 2013
 	- install paths were wrong for current MakeMaker (reported
           by various people).
@@ -61,7 +68,7 @@ Revision history for perl pragma common::sense.
           stuff, it also makes implementing security stuff almost impossible,
           as it completely mangles perls internal utf8 encoding with actual
           utf-8 encoding, and confuses "unicode", "string codepoints" and
-          "utf-8" so much that it becoems practically unusable.
+          "utf-8" so much that it becomes practically unusable.
 
 2.03  Wed Dec  2 18:38:53 CET 2009
 	- removed "unopened" warning category, as this breaks "stat _", which
diff --git a/META.json b/META.json
index ae30d14..685c6a4 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.120630",
+   "generated_by" : "ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 2.133380",
    "license" : [
       "unknown"
    ],
@@ -35,5 +35,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "3.72"
+   "version" : "3.73"
 }
diff --git a/META.yml b/META.yml
index 25880df..011c52a 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.72, CPAN::Meta::Converter version 2.120630'
+generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 2.133380'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,4 +18,4 @@ no_index:
     - t
     - inc
 requires: {}
-version: 3.72
+version: 3.73
diff --git a/Makefile.PL b/Makefile.PL
index d581cdd..bfe67a4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,8 +9,8 @@ WriteMakefile(
     NAME        => "common::sense",
     VERSION_FROM => "sense.pm.PL",
     PM          => {
-       "sense.pm"  => '$(INST_ARCHLIBDIR)/sense.pm',
-       "sense.pod" => '$(INST_LIBDIR)/sense.pod',
+       "sense.pm"  => '$(INST_ARCHLIB)/common/sense.pm',
+       "sense.pod" => '$(INST_LIB)/common/sense.pod',
     },
     clean       => { FILES => "sense.pm" },
 );
diff --git a/sense.pm.PL b/sense.pm.PL
index 2857a29..6b20d50 100755
--- a/sense.pm.PL
+++ b/sense.pm.PL
@@ -1,6 +1,6 @@
 #! perl-000
 
-our $VERSION = '3.72';
+our $VERSION = '3.73';
 
 open STDOUT, ">$ARGV[0]~"
    or die "$ARGV[0]~: $!";
@@ -26,7 +26,7 @@ BEGIN {
 
 no warnings;
 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
-                inplace io pipe unpack deprecated glob digit printf
+                inplace io pipe unpack glob digit printf
                 layer reserved taint closure semicolon);
 no warnings qw(exec newline unopened);
 
diff --git a/sense.pod b/sense.pod
index 0acd305..1521faf 100644
--- a/sense.pod
+++ b/sense.pod
@@ -16,8 +16,8 @@ common::sense - save a tree AND a kitten, use common::sense!
    # no warnings;
    # use warnings qw(FATAL closed threads internal debugging pack
    #                 portable prototype inplace io pipe unpack malloc
-   #                 deprecated glob digit printf layer
-   #                 reserved taint closure semicolon);
+   #                 glob digit printf layer reserved taint closure
+   #                 semicolon);
    # no warnings qw(exec newline unopened);
 
 =head1 DESCRIPTION
@@ -414,7 +414,7 @@ miniscule amount of RAM.
 =item But it adds another dependency to your modules!
 
 It's a fact, yeah. But it's trivial to install, most popular modules have
-many more dependencies and we consider dependencies a good thing - it
+many more dependencies. And we consider dependencies a good thing - it
 leads to better APIs, more thought about interworking of modules and so
 on.
 

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



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