r67698 - in /branches/upstream/libboolean-perl/current: Changes META.yml Makefile.PL README lib/boolean.pm
carnil at users.alioth.debian.org
carnil at users.alioth.debian.org
Sat Jan 22 18:58:58 UTC 2011
Author: carnil
Date: Sat Jan 22 18:56:55 2011
New Revision: 67698
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67698
Log:
[svn-upgrade] new version libboolean-perl (0.26)
Modified:
branches/upstream/libboolean-perl/current/Changes
branches/upstream/libboolean-perl/current/META.yml
branches/upstream/libboolean-perl/current/Makefile.PL
branches/upstream/libboolean-perl/current/README
branches/upstream/libboolean-perl/current/lib/boolean.pm
Modified: branches/upstream/libboolean-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/Changes?rev=67698&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/Changes (original)
+++ branches/upstream/libboolean-perl/current/Changes Sat Jan 22 18:56:55 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: branches/upstream/libboolean-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/META.yml?rev=67698&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/META.yml (original)
+++ branches/upstream/libboolean-perl/current/META.yml Sat Jan 22 18:56:55 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: branches/upstream/libboolean-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/Makefile.PL?rev=67698&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/Makefile.PL (original)
+++ branches/upstream/libboolean-perl/current/Makefile.PL Sat Jan 22 18:56:55 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: branches/upstream/libboolean-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/README?rev=67698&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/README (original)
+++ branches/upstream/libboolean-perl/current/README Sat Jan 22 18:56:55 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: branches/upstream/libboolean-perl/current/lib/boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/lib/boolean.pm?rev=67698&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/lib/boolean.pm (original)
+++ branches/upstream/libboolean-perl/current/lib/boolean.pm Sat Jan 22 18:56:55 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