r67700 - in /trunk/libboolean-perl: Changes META.yml Makefile.PL README debian/changelog debian/patches/ lib/boolean.pm

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Jan 22 19:05:59 UTC 2011


Author: carnil
Date: Sat Jan 22 19:05:43 2011
New Revision: 67700

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67700
Log:
* New upstream release
* Drop pod.patch as it is applied upstream.

Removed:
    trunk/libboolean-perl/debian/patches/
Modified:
    trunk/libboolean-perl/Changes
    trunk/libboolean-perl/META.yml
    trunk/libboolean-perl/Makefile.PL
    trunk/libboolean-perl/README
    trunk/libboolean-perl/debian/changelog
    trunk/libboolean-perl/lib/boolean.pm

Modified: trunk/libboolean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/Changes?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/Changes (original)
+++ trunk/libboolean-perl/Changes Sat Jan 22 19:05:43 2011
@@ -1,3 +1,9 @@
+---
+version: 0.26
+date:    Fri Jan 21 00:05:44 EST 2011
+changes:
+- Fixed doc bug reported by KENTNL++
+- Tweaked Makefile.PL
 ---
 version: 0.25
 date:    Sat Jan 15 19:05:19 EST 2011

Modified: trunk/libboolean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/META.yml?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/META.yml (original)
+++ trunk/libboolean-perl/META.yml Sat Jan 22 19:05:43 2011
@@ -12,6 +12,7 @@
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
+module_name: boolean
 name: boolean
 no_index:
   directory:
@@ -19,9 +20,8 @@
     - t
 recommends:
   Readonly: 0
-  autobox: 0
 requires:
   perl: 5.005003
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.25
+version: 0.26

Modified: trunk/libboolean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/Makefile.PL?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/Makefile.PL (original)
+++ trunk/libboolean-perl/Makefile.PL Sat Jan 22 19:05:43 2011
@@ -1,13 +1,12 @@
 use inc::Module::Install;
 
-name            'boolean';
 all_from        'lib/boolean.pm';
+
 readme_from;
 manifest_skip;
 version_check;
 ack_xxx;
 
 recommends      'Readonly';
-recommends      'autobox';
 
 WriteAll;

Modified: trunk/libboolean-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/README?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/README (original)
+++ trunk/libboolean-perl/README Sat Jan 22 19:05:43 2011
@@ -108,12 +108,3 @@
 
     See http://www.perl.com/perl/misc/Artistic.html
 
-POD ERRORS
-    Hey! The above document had some coding errors, which are explained
-    below:
-
-    Around line 177:
-        You forgot a '=back' before '=head1'
-
-        You forgot a '=back' before '=head1'
-

Modified: trunk/libboolean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/changelog?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/changelog (original)
+++ trunk/libboolean-perl/debian/changelog Sat Jan 22 19:05:43 2011
@@ -1,3 +1,10 @@
+libboolean-perl (0.26-1) unstable; urgency=low
+
+  * New upstream release
+  * Drop pod.patch as it is applied upstream.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 22 Jan 2011 20:01:56 +0100
+
 libboolean-perl (0.25-1) unstable; urgency=low
 
   * Added myself to Uploaders 

Modified: trunk/libboolean-perl/lib/boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/lib/boolean.pm?rev=67700&op=diff
==============================================================================
--- trunk/libboolean-perl/lib/boolean.pm (original)
+++ trunk/libboolean-perl/lib/boolean.pm Sat Jan 22 19:05:43 2011
@@ -2,7 +2,7 @@
 use 5.005003;
 use strict;
 # use warnings;
-$boolean::VERSION = '0.25';
+$boolean::VERSION = '0.26';
 
 my ($true, $false);
 
@@ -172,7 +172,7 @@
 
 Same as isFalse($boolean).
 
-=over
+=back
 
 =head1 EXPORTABLES
 




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