r60002 - in /trunk/libcommon-sense-perl: Changes META.json META.yml README debian/changelog debian/control debian/copyright sense.pm.PL

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Jul 3 11:37:22 UTC 2010


Author: ansgar-guest
Date: Sat Jul  3 11:37:08 2010
New Revision: 60002

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60002
Log:
* New upstream release.
* debian/copyright: Formatting changes for current DEP-5 proposal.
* Bump Standards-Version to 3.9.0 (no changes).

Modified:
    trunk/libcommon-sense-perl/Changes
    trunk/libcommon-sense-perl/META.json
    trunk/libcommon-sense-perl/META.yml
    trunk/libcommon-sense-perl/README
    trunk/libcommon-sense-perl/debian/changelog
    trunk/libcommon-sense-perl/debian/control
    trunk/libcommon-sense-perl/debian/copyright
    trunk/libcommon-sense-perl/sense.pm.PL

Modified: trunk/libcommon-sense-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/Changes?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/Changes (original)
+++ trunk/libcommon-sense-perl/Changes Sat Jul  3 11:37:08 2010
@@ -1,4 +1,11 @@
 Revision history for perl pragma common::sense.
+
+3.3  Fri Jul  2 22:40:14 CEST 2010
+        - removed "exiting" category - this is too useful to create new
+          control statements, and fails utterly with eval, as eval will
+          catch the (fatal) warning itself. Kind of hurts, but this is
+          just another warning category which is too broad and has to be
+          disabled fully because of a minority of issues.
 
 3.2  Fri Apr 16 01:46:02 CEST 2010
 	- removed "substr" warning - while it overall is a good category,

Modified: trunk/libcommon-sense-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/META.json?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/META.json (original)
+++ trunk/libcommon-sense-perl/META.json Sat Jul  3 11:37:08 2010
@@ -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":"3.2","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.56","distribution_type":"module","version":"3.3","name":"common-sense","author":[],"license":"unknown","build_requires":{"ExtUtils::MakeMaker":0},"requires":{},"abstract":null,"configure_requires":{"ExtUtils::MakeMaker":0}}

Modified: trunk/libcommon-sense-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/META.yml?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/META.yml (original)
+++ trunk/libcommon-sense-perl/META.yml Sat Jul  3 11:37:08 2010
@@ -9,9 +9,9 @@
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "ExtUtils::MakeMaker version 6.54",
+   "generated_by" : "ExtUtils::MakeMaker version 6.56",
    "distribution_type" : "module",
-   "version" : "3.2",
+   "version" : "3.3",
    "name" : "common-sense",
    "author" : [],
    "license" : "unknown",

Modified: trunk/libcommon-sense-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/README?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/README (original)
+++ trunk/libcommon-sense-perl/README Sat Jul  3 11:37:08 2010
@@ -12,11 +12,16 @@
      # no warnings;
      # use warnings qw(FATAL closed threads internal debugging pack malloc
      #                 portable prototype inplace io pipe unpack regexp
-     #                 deprecated exiting glob digit printf layer
+     #                 deprecated glob digit printf layer
      #                 reserved taint closure semicolon);
      # no warnings qw(exec newline unopened);
 
 DESCRIPTION
+       “Nothing is more fairly distributed than common sense: no one thinks
+       he needs more of it than he already has.”
+
+       – René Descartes
+
     This module implements some sane defaults for Perl programs, as defined
     by two typical (or not so typical - use your common sense) specimens of
     Perl coders. In fact, after working out details on which warnings and

Modified: trunk/libcommon-sense-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/debian/changelog?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/debian/changelog (original)
+++ trunk/libcommon-sense-perl/debian/changelog Sat Jul  3 11:37:08 2010
@@ -1,3 +1,11 @@
+libcommon-sense-perl (3.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: Formatting changes for current DEP-5 proposal.
+  * Bump Standards-Version to 3.9.0 (no changes).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 03 Jul 2010 20:36:52 +0900
+
 libcommon-sense-perl (3.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libcommon-sense-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/debian/control?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/debian/control (original)
+++ trunk/libcommon-sense-perl/debian/control Sat Jul  3 11:37:08 2010
@@ -7,7 +7,7 @@
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Angel Abad <angelabad at gmail.com>, Ansgar Burchardt <ansgar at 43-1.org>,
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://search.cpan.org/dist/common-sense/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcommon-sense-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcommon-sense-perl/

Modified: trunk/libcommon-sense-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/debian/copyright?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/debian/copyright (original)
+++ trunk/libcommon-sense-perl/debian/copyright Sat Jul  3 11:37:08 2010
@@ -1,13 +1,11 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Marc Lehmann <schmorp at schmorp.de> and Robin Redeker <elmex at ta-sa.org>
 Source: http://search.cpan.org/dist/common-sense/
 Name: common-sense
 
-Files: *
 Copyright: 2009, Marc Lehmann <schmorp at schmorp.de>
  2009, Robin Redeker <elmex at ta-sa.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 X-Email:
     From root at schmorp.de Sat Aug 22 13:08:49 2009
     Delivered-To: ryan at debian.org
@@ -84,7 +82,7 @@
  2009, Ryan Niebur <ryan at debian.org>
  2009, Jonathan Yu <jawnsy at cpan.org>
  2010, gregor herrmann <gregoa at debian.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

Modified: trunk/libcommon-sense-perl/sense.pm.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcommon-sense-perl/sense.pm.PL?rev=60002&op=diff
==============================================================================
--- trunk/libcommon-sense-perl/sense.pm.PL (original)
+++ trunk/libcommon-sense-perl/sense.pm.PL Sat Jul  3 11:37:08 2010
@@ -16,7 +16,7 @@
 
 no warnings;
 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
-                inplace io pipe unpack regexp deprecated exiting glob digit printf
+                inplace io pipe unpack regexp deprecated glob digit printf
                 layer reserved taint closure semicolon);
 no warnings qw(exec newline unopened);
 
@@ -58,11 +58,17 @@
  # no warnings;
  # use warnings qw(FATAL closed threads internal debugging pack malloc
  #                 portable prototype inplace io pipe unpack regexp
- #                 deprecated exiting glob digit printf layer
+ #                 deprecated glob digit printf layer
  #                 reserved taint closure semicolon);
  # no warnings qw(exec newline unopened);
 
+
 =head1 DESCRIPTION
+
+   “Nothing is more fairly distributed than common sense: no one thinks
+   he needs more of it than he already has.”
+
+   – René Descartes
 
 This module implements some sane defaults for Perl programs, as defined by
 two typical (or not so typical - use your common sense) specimens of Perl
@@ -259,7 +265,7 @@
 
 package common::sense;
 
-our $VERSION = '3.2';
+our $VERSION = '3.3';
 
 # overload should be included
 




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