r62637 - in /branches/upstream/libboolean-perl/current: ._Changes ._Makefile.PL ._README Changes META.yml inc/Module/Install/ManifestSkip.pm inc/Module/Install/ReadmeFromPod.pm lib/._boolean.pm lib/boolean.pm t/._boolean.t t/._export.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Sep 17 08:08:42 UTC 2010


Author: ansgar-guest
Date: Fri Sep 17 08:03:51 2010
New Revision: 62637

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62637
Log:
[svn-upgrade] new version libboolean-perl (0.23)

Removed:
    branches/upstream/libboolean-perl/current/._Changes
    branches/upstream/libboolean-perl/current/._Makefile.PL
    branches/upstream/libboolean-perl/current/._README
    branches/upstream/libboolean-perl/current/lib/._boolean.pm
    branches/upstream/libboolean-perl/current/t/._boolean.t
    branches/upstream/libboolean-perl/current/t/._export.t
Modified:
    branches/upstream/libboolean-perl/current/Changes
    branches/upstream/libboolean-perl/current/META.yml
    branches/upstream/libboolean-perl/current/inc/Module/Install/ManifestSkip.pm
    branches/upstream/libboolean-perl/current/inc/Module/Install/ReadmeFromPod.pm
    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=62637&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/Changes (original)
+++ branches/upstream/libboolean-perl/current/Changes Fri Sep 17 08:03:51 2010
@@ -1,3 +1,8 @@
+---
+version: 0.23
+date:    Thu Sep 16 19:27:54 PDT 2010
+changes:
+- Weird macosx dist bug broke everything. Worked around.
 ---
 version: 0.22
 date:    Wed Sep 15 00:21:20 PDT 2010

Modified: branches/upstream/libboolean-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/META.yml?rev=62637&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/META.yml (original)
+++ branches/upstream/libboolean-perl/current/META.yml Fri Sep 17 08:03:51 2010
@@ -21,4 +21,4 @@
   perl: 5.005003
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.22
+version: 0.23

Modified: branches/upstream/libboolean-perl/current/inc/Module/Install/ManifestSkip.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/inc/Module/Install/ManifestSkip.pm?rev=62637&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/inc/Module/Install/ManifestSkip.pm (original)
+++ branches/upstream/libboolean-perl/current/inc/Module/Install/ManifestSkip.pm Fri Sep 17 08:03:51 2010
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION @ISA);
 BEGIN {
-    $VERSION = '0.11';
+    $VERSION = '0.12';
     @ISA     = 'Module::Install::Base';
 }
 
@@ -68,9 +68,12 @@
 ^notes
 ^todo
 ^ToDo$
-\.DS_Store$ ## avoid OS X finder files
-\.kpf$ ## skip komodo project files
-~$ ## ignore emacs and vim backup files
+## avoid OS X finder files
+^\.DS_Store$
+## skip komodo project files
+\.kpf$
+## ignore emacs and vim backup files
+~$
 ...
 }
 
@@ -78,4 +81,4 @@
 
 =encoding utf8
 
-#line 132
+#line 135

Modified: branches/upstream/libboolean-perl/current/inc/Module/Install/ReadmeFromPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libboolean-perl/current/inc/Module/Install/ReadmeFromPod.pm?rev=62637&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/inc/Module/Install/ReadmeFromPod.pm (original)
+++ branches/upstream/libboolean-perl/current/inc/Module/Install/ReadmeFromPod.pm Fri Sep 17 08:03:51 2010
@@ -7,7 +7,7 @@
 use base qw(Module::Install::Base);
 use vars qw($VERSION);
 
-$VERSION = '0.11';
+$VERSION = '0.12';
 
 sub readme_from {
   my $self = shift;

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=62637&op=diff
==============================================================================
--- branches/upstream/libboolean-perl/current/lib/boolean.pm (original)
+++ branches/upstream/libboolean-perl/current/lib/boolean.pm Fri Sep 17 08:03:51 2010
@@ -2,7 +2,7 @@
 use 5.005003;
 use strict;
 # use warnings;
-$boolean::VERSION = '0.22';
+$boolean::VERSION = '0.23';
 
 my ($true, $false);
 




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