r62642 - in /trunk/libboolean-perl: ._Changes ._Makefile.PL ._README Changes META.yml debian/changelog 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:34:48 UTC 2010


Author: ansgar-guest
Date: Fri Sep 17 08:34:31 2010
New Revision: 62642

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62642
Log:
New upstream release, removes files that caused the build to fail

Removed:
    trunk/libboolean-perl/._Changes
    trunk/libboolean-perl/._Makefile.PL
    trunk/libboolean-perl/._README
    trunk/libboolean-perl/lib/._boolean.pm
    trunk/libboolean-perl/t/._boolean.t
    trunk/libboolean-perl/t/._export.t
Modified:
    trunk/libboolean-perl/Changes
    trunk/libboolean-perl/META.yml
    trunk/libboolean-perl/debian/changelog
    trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm
    trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm
    trunk/libboolean-perl/lib/boolean.pm

Modified: trunk/libboolean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/Changes?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/Changes (original)
+++ trunk/libboolean-perl/Changes Fri Sep 17 08:34:31 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: trunk/libboolean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/META.yml?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/META.yml (original)
+++ trunk/libboolean-perl/META.yml Fri Sep 17 08:34:31 2010
@@ -21,4 +21,4 @@
   perl: 5.005003
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.22
+version: 0.23

Modified: trunk/libboolean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/changelog?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/changelog (original)
+++ trunk/libboolean-perl/debian/changelog Fri Sep 17 08:34:31 2010
@@ -1,7 +1,4 @@
-libboolean-perl (0.22-1) UNRELEASED; urgency=low
-
-  Wait for upstream to remove some files that cause the build to fail.
-  https://rt.cpan.org/Ticket/Display.html?id=61365
+libboolean-perl (0.23-1) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -18,7 +15,7 @@
   * debian/control: Make build-dep on perl unversioned.
   * Bump Standards-Version to 3.9.1.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 16 Sep 2010 00:51:47 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 17 Sep 2010 17:31:23 +0900
 
 libboolean-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm Fri Sep 17 08:34:31 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: trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm Fri Sep 17 08:34:31 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: trunk/libboolean-perl/lib/boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/lib/boolean.pm?rev=62642&op=diff
==============================================================================
--- trunk/libboolean-perl/lib/boolean.pm (original)
+++ trunk/libboolean-perl/lib/boolean.pm Fri Sep 17 08:34:31 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