r48134 - in /branches/upstream/libcommon-sense-perl/current: Changes META.json META.yml README sense.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 3 02:12:32 UTC 2009


Author: jawnsy-guest
Date: Thu Dec  3 02:12:25 2009
New Revision: 48134

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48134
Log:
[svn-upgrade] Integrating new upstream version, libcommon-sense-perl (2.03)

Modified:
    branches/upstream/libcommon-sense-perl/current/Changes
    branches/upstream/libcommon-sense-perl/current/META.json
    branches/upstream/libcommon-sense-perl/current/META.yml
    branches/upstream/libcommon-sense-perl/current/README
    branches/upstream/libcommon-sense-perl/current/sense.pm

Modified: branches/upstream/libcommon-sense-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcommon-sense-perl/current/Changes?rev=48134&op=diff
==============================================================================
--- branches/upstream/libcommon-sense-perl/current/Changes (original)
+++ branches/upstream/libcommon-sense-perl/current/Changes Thu Dec  3 02:12:25 2009
@@ -1,4 +1,9 @@
 Revision history for perl pragma common::sense.
+
+2.03  Wed Dec  2 18:38:53 CET 2009
+	- removed "unopened" warning category, as this breaks "stat _", which
+          seems to be a bug in all perl versions (see perlbug #71002).
+        - some doc updates.
 
 2.02  Wed Nov  4 12:04:08 CET 2009
 	- no functional changes.

Modified: branches/upstream/libcommon-sense-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcommon-sense-perl/current/META.json?rev=48134&op=diff
==============================================================================
--- branches/upstream/libcommon-sense-perl/current/META.json (original)
+++ branches/upstream/libcommon-sense-perl/current/META.json Thu Dec  3 02:12:25 2009
@@ -1,1 +1,1 @@
-{"no_index":{"directory":["t","inc"]},"meta-spec":{"version":1.4,"url":"http://module-build.sourceforge.net/META-spec-v1.4.html"},"generated_by":"ExtUtils::MakeMaker version 6.54","distribution_type":"module","version":"2.02","name":"common-sense","author":[],"license":"unknown","build_requires":{"ExtUtils::MakeMaker":0},"requires":{},"abstract":null,"configure_requires":{"ExtUtils::MakeMaker":0}}
+{"no_index":{"directory":["t","inc"]},"meta-spec":{"version":1.4,"url":"http://module-build.sourceforge.net/META-spec-v1.4.html"},"generated_by":"ExtUtils::MakeMaker version 6.54","distribution_type":"module","version":"2.03","name":"common-sense","author":[],"license":"unknown","build_requires":{"ExtUtils::MakeMaker":0},"requires":{},"abstract":null,"configure_requires":{"ExtUtils::MakeMaker":0}}

Modified: branches/upstream/libcommon-sense-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcommon-sense-perl/current/META.yml?rev=48134&op=diff
==============================================================================
--- branches/upstream/libcommon-sense-perl/current/META.yml (original)
+++ branches/upstream/libcommon-sense-perl/current/META.yml Thu Dec  3 02:12:25 2009
@@ -11,7 +11,7 @@
    },
    "generated_by" : "ExtUtils::MakeMaker version 6.54",
    "distribution_type" : "module",
-   "version" : "2.02",
+   "version" : "2.03",
    "name" : "common-sense",
    "author" : [],
    "license" : "unknown",

Modified: branches/upstream/libcommon-sense-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcommon-sense-perl/current/README?rev=48134&op=diff
==============================================================================
--- branches/upstream/libcommon-sense-perl/current/README (original)
+++ branches/upstream/libcommon-sense-perl/current/README Thu Dec  3 02:12:25 2009
@@ -10,10 +10,10 @@
      # use feature qw(say state switch);
      # no warnings;
      # use warnings qw(FATAL closed threads internal debugging pack substr malloc
-     #                 unopened portable prototype inplace io pipe unpack regexp
+     #                 portable prototype inplace io pipe unpack regexp
      #                 deprecated exiting glob digit printf utf8 layer
      #                 reserved parenthesis taint closure semicolon);
-     # no warnings qw(exec newline);
+     # no warnings qw(exec newline unopened);
 
 DESCRIPTION
     This module implements some sane defaults for Perl programs, as defined
@@ -236,6 +236,10 @@
        "I swear he tacked somenoe else's name onto the module
        just so he could use the royal 'we' in the documentation"
 
+    Anonymous Monk
+
+       "You just gotta love this thing, its got META.json!!!"
+
     dngor
 
        "Heh.  '"<elmex at ta-sa.org>"'  The quotes are semantic
@@ -253,12 +257,12 @@
 
     apeiron (meta-comment about us commenting^Wquoting his comment)
 
-       How about quoting this: get a clue, you fucktarded amoeba.
+       "How about quoting this: get a clue, you fucktarded amoeba."
 
     quanth
 
-       common sense is beautiful, json::xs is fast, Anyevent, EV are fast and
-       furious. I love mlehmannware ;)
+       "common sense is beautiful, json::xs is fast, Anyevent, EV are fast and
+       furious. I love mlehmannware ;)"
 
 FREQUQNTLY ASKED QUESTIONS
     Or frequently-come-up confusions.

Modified: branches/upstream/libcommon-sense-perl/current/sense.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcommon-sense-perl/current/sense.pm?rev=48134&op=diff
==============================================================================
--- branches/upstream/libcommon-sense-perl/current/sense.pm (original)
+++ branches/upstream/libcommon-sense-perl/current/sense.pm Thu Dec  3 02:12:25 2009
@@ -12,10 +12,10 @@
  # use feature qw(say state switch);
  # no warnings;
  # use warnings qw(FATAL closed threads internal debugging pack substr malloc
- #                 unopened portable prototype inplace io pipe unpack regexp
+ #                 portable prototype inplace io pipe unpack regexp
  #                 deprecated exiting glob digit printf utf8 layer
  #                 reserved parenthesis taint closure semicolon);
- # no warnings qw(exec newline);
+ # no warnings qw(exec newline unopened);
 
 =head1 DESCRIPTION
 
@@ -190,22 +190,22 @@
 
 package common::sense;
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 # paste this into perl to find bitmask
 
 # no warnings;
-# use warnings qw(FATAL closed threads internal debugging pack substr malloc unopened portable prototype
+# use warnings qw(FATAL closed threads internal debugging pack substr malloc portable prototype
 #                 inplace io pipe unpack regexp deprecated exiting glob digit printf
 #                 utf8 layer reserved parenthesis taint closure semicolon);
-# no warnings qw(exec newline);
+# no warnings qw(exec newline unopened);
 # BEGIN { warn join "", map "\\x$_", unpack "(H2)*", ${^WARNING_BITS}; exit 0 };
 
 # overload should be included
 
 sub import {
    # verified with perl 5.8.0, 5.10.0
-   ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\xfc\x3f\xf3\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03";
+   ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\xfc\x3f\x33\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03";
 
    # use strict vars subs
    $^H |= 0x00000600;
@@ -283,6 +283,10 @@
    "I swear he tacked somenoe else's name onto the module
    just so he could use the royal 'we' in the documentation"
 
+Anonymous Monk
+
+   "You just gotta love this thing, its got META.json!!!"
+
 dngor
 
    "Heh.  '"<elmex at ta-sa.org>"'  The quotes are semantic
@@ -300,12 +304,12 @@
 
 apeiron (meta-comment about us commenting^Wquoting his comment)
 
-   How about quoting this: get a clue, you fucktarded amoeba.
+   "How about quoting this: get a clue, you fucktarded amoeba."
 
 quanth
 
-   common sense is beautiful, json::xs is fast, Anyevent, EV are fast and
-   furious. I love mlehmannware ;)
+   "common sense is beautiful, json::xs is fast, Anyevent, EV are fast and
+   furious. I love mlehmannware ;)"
 
 =head1 FREQUQNTLY ASKED QUESTIONS
 




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