Hello community,

here is the log from the commit of package perl-Bit-Vector for openSUSE:Factory 
checked in at 2013-06-06 13:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bit-Vector (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Bit-Vector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bit-Vector"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bit-Vector/perl-Bit-Vector.changes  
2012-05-26 12:59:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bit-Vector.new/perl-Bit-Vector.changes     
2013-06-06 13:06:21.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 11:39:43 UTC 2013 - [email protected]
+
+- updated to 7.3
+ *  Fixed t/02_____destroy.t to make it pass on perl-5.17.11
+
+-------------------------------------------------------------------

Old:
----
  Bit-Vector-7.2.tar.gz

New:
----
  Bit-Vector-7.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Bit-Vector.spec ++++++
--- /var/tmp/diff_new_pack.JOHgec/_old  2013-06-06 13:06:21.000000000 +0200
+++ /var/tmp/diff_new_pack.JOHgec/_new  2013-06-06 13:06:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bit-Vector
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,38 @@
 
 
 Name:           perl-Bit-Vector
+Version:        7.3
+Release:        0
 %define cpan_name Bit-Vector
 Summary:        Bit::Vector Perl module
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
-Version:        7.2
-Release:        0
 Url:            http://search.cpan.org/dist/Bit-Vector/
 Source:         
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
-Patch:          Bit-Vector-7.1.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Patch0:         Bit-Vector-7.1.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Clan) >= 5.3
 BuildRequires:  perl(Storable) >= 2.21
+#BuildRequires: perl(Bit::Vector)
+#BuildRequires: perl(Bit::Vector::Overload)
+#BuildRequires: perl(Bit::Vector::String)
+#BuildRequires: perl(Date::Calc::Object)
+#BuildRequires: perl(the)
 Requires:       perl(Carp::Clan) >= 5.3
 Requires:       perl(Storable) >= 2.21
+%{perl_requires}
 
 %description
-Bit::Vector is an efficient C library which allows you to handle
-bit vectors, sets (of integers), "big integer arithmetic" and
-boolean matrices, all of arbitrary sizes.
-
-The library is efficient (in terms of algorithmical complexity)
-and therefore fast (in terms of execution speed) for instance
-through the widespread use of divide-and-conquer algorithms.
-
-The package also includes an object-oriented Perl module for
-accessing the C library from Perl, and optionally features
-overloaded operators for maximum ease of use.
-
-The C library can nevertheless be used stand-alone, without Perl.
-
-Authors:
---------
-    Steffen Beyer <[email protected]>
+Bit::Vector Perl module
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch
+%patch0
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -67,22 +56,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Bit/Vector/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Artistic.txt CREDITS.txt GNU_GPL.txt GNU_LGPL.txt
-%doc CHANGES.txt README.txt examples
+%defattr(-,root,root,755)
+%doc Artistic.txt CHANGES.txt CREDITS.txt examples GNU_GPL.txt GNU_LGPL.txt 
INSTALL.txt README.txt
 
 %changelog

++++++ Bit-Vector-7.2.tar.gz -> Bit-Vector-7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/BitVector.c 
new/Bit-Vector-7.3/BitVector.c
--- old/Bit-Vector-7.2/BitVector.c      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/BitVector.c      2013-06-01 14:43:36.000000000 +0200
@@ -629,7 +629,7 @@
 
 charptr BitVector_Version(void)
 {
-    return((charptr)"7.2");
+    return((charptr)"7.3");
 }
 
 N_int BitVector_Word_Bits(void)
@@ -3838,11 +3838,12 @@
 }
 
 /*****************************************************************************/
-/*  VERSION:  7.2                                                            */
+/*  VERSION:  7.3                                                            */
 /*****************************************************************************/
 /*  VERSION HISTORY:                                                         */
 /*****************************************************************************/
 /*                                                                           */
+/*    Version 7.3  01.06.13  No changes.                                     */
 /*    Version 7.2  17.05.12  No changes.                                     */
 /*    Version 7.1  29.09.09  Added prefix "BV_" to all global identifiers.   */
 /*    Version 7.0  22.08.09  Fixed bugs in "GCD2()" and "Boot()".            */
@@ -3889,7 +3890,7 @@
 /*  COPYRIGHT:                                                               */
 /*****************************************************************************/
 /*                                                                           */
-/*    Copyright (c) 1995 - 2012 by Steffen Beyer.                            */
+/*    Copyright (c) 1995 - 2013 by Steffen Beyer.                            */
 /*    All rights reserved.                                                   */
 /*                                                                           */
 /*****************************************************************************/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/BitVector.h 
new/Bit-Vector-7.3/BitVector.h
--- old/Bit-Vector-7.2/BitVector.h      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/BitVector.h      2013-06-01 14:43:36.000000000 +0200
@@ -319,11 +319,12 @@
 /*****************************************************************************/
 
 /*****************************************************************************/
-/*  VERSION:  7.2                                                            */
+/*  VERSION:  7.3                                                            */
 /*****************************************************************************/
 /*  VERSION HISTORY:                                                         */
 /*****************************************************************************/
 /*                                                                           */
+/*    Version 7.3  01.06.13  No changes.                                     */
 /*    Version 7.2  17.05.12  No changes.                                     */
 /*    Version 7.1  29.09.09  Added prefix "BV_" to all global identifiers.   */
 /*    Version 7.0  22.08.09  Fixed bugs in "GCD2()" and "Boot()".            */
@@ -370,7 +371,7 @@
 /*  COPYRIGHT:                                                               */
 /*****************************************************************************/
 /*                                                                           */
-/*    Copyright (c) 1995 - 2012 by Steffen Beyer.                            */
+/*    Copyright (c) 1995 - 2013 by Steffen Beyer.                            */
 /*    All rights reserved.                                                   */
 /*                                                                           */
 /*****************************************************************************/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/CHANGES.txt 
new/Bit-Vector-7.3/CHANGES.txt
--- old/Bit-Vector-7.2/CHANGES.txt      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/CHANGES.txt      2013-06-01 14:43:36.000000000 +0200
@@ -1,15 +1,19 @@
                     =====================================
-                      Package "Bit::Vector" Version 7.2
+                      Package "Bit::Vector" Version 7.3
                     =====================================
 
 
-                 Copyright (c) 1995 - 2012 by Steffen Beyer.
+                 Copyright (c) 1995 - 2013 by Steffen Beyer.
                              All rights reserved.
 
 
 Version history:
 ----------------
 
+Version 7.3   01.06.2013
+
+ +  Fixed t/02_____destroy.t to make it pass on perl-5.17.11
+
 Version 7.2   17.05.2012
 
  +  Changed the definition of the "boolean" data type in ToolBox.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/CREDITS.txt 
new/Bit-Vector-7.3/CREDITS.txt
--- old/Bit-Vector-7.2/CREDITS.txt      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/CREDITS.txt      2013-06-01 14:43:36.000000000 +0200
@@ -1,9 +1,9 @@
                     =====================================
-                      Package "Bit::Vector" Version 7.2
+                      Package "Bit::Vector" Version 7.3
                     =====================================
 
 
-                 Copyright (c) 1995 - 2012 by Steffen Beyer.
+                 Copyright (c) 1995 - 2013 by Steffen Beyer.
                              All rights reserved.
 
 
@@ -219,4 +219,6 @@
 type in Toolbox.h:
 
http://cpan.cpantesters.org/authors/id/A/AN/ANDK/patches/Bit-Vector-7.1-ZEFRAMish-01.patch.gz
 
+Many thanks to Gisle Aas <[email protected]> for his patch to make
+"t/02_____destroy.t" pass on perl-5.17.11.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/INSTALL.txt 
new/Bit-Vector-7.3/INSTALL.txt
--- old/Bit-Vector-7.2/INSTALL.txt      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/INSTALL.txt      2013-06-01 14:43:36.000000000 +0200
@@ -1,9 +1,9 @@
                     =====================================
-                      Package "Bit::Vector" Version 7.2
+                      Package "Bit::Vector" Version 7.3
                     =====================================
 
 
-                 Copyright (c) 1995 - 2012 by Steffen Beyer.
+                 Copyright (c) 1995 - 2013 by Steffen Beyer.
                              All rights reserved.
 
 
@@ -79,7 +79,7 @@
 
     'VERSION_FROM'      => 'Vector.pm',
 to
-    'VERSION'           => '7.2',
+    'VERSION'           => '7.3',
 
 Then edit the file "Vector.pm" and change the line
 
@@ -89,7 +89,7 @@
 
 Also edit the file "t/00____version.t" and change the line
 
-    use Bit::Vector 7.2;
+    use Bit::Vector 7.3;
 
 to
 
@@ -133,7 +133,7 @@
 ----------------------------
 
  1) Change directory to the directory that has been created by unpacking this
-    package ("cd Bit-Vector-7.2").
+    package ("cd Bit-Vector-7.3").
 
  2) Type "perl Makefile.PL" (or whatever the name and path of your Perl 5
     binary is).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/META.yml new/Bit-Vector-7.3/META.yml
--- old/Bit-Vector-7.2/META.yml 2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/META.yml 2013-06-01 14:43:37.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Bit-Vector
-version:            7.2
+version:            7.3
 abstract:           ~
 author:  []
 license:            unknown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/Makefile.PL 
new/Bit-Vector-7.3/Makefile.PL
--- old/Bit-Vector-7.2/Makefile.PL      2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/Makefile.PL      2013-06-01 14:43:36.000000000 +0200
@@ -2,7 +2,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 1995 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 1995 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This package is free software; you can redistribute it                 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/README.txt 
new/Bit-Vector-7.3/README.txt
--- old/Bit-Vector-7.2/README.txt       2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/README.txt       2013-06-01 14:43:36.000000000 +0200
@@ -1,5 +1,5 @@
                     =====================================
-                      Package "Bit::Vector" Version 7.2
+                      Package "Bit::Vector" Version 7.3
                     =====================================
 
 
@@ -30,10 +30,10 @@
 The C library can nevertheless be used stand-alone, without Perl.
 
 
-What's new in version 7.2:
+What's new in version 7.3:
 --------------------------
 
- +  Changed the definition of the "boolean" data type in ToolBox.h
+ +  Fixed t/02_____destroy.t to make it pass on perl-5.17.11
 
 
 What's new since version 6.5:
@@ -55,7 +55,7 @@
 
 This package with all its parts is
 
-Copyright (c) 1995 - 2012 by Steffen Beyer.
+Copyright (c) 1995 - 2013 by Steffen Beyer.
 All rights reserved.
 
 This package is free software; you can use, modify and redistribute
@@ -129,12 +129,10 @@
 Note to CPAN Testers:
 ---------------------
 
-After completion, version 7.2 of this module has already
+After completion, version 7.3 of this module has already
 been tested successfully with the following configurations:
 
-  Perl 5.005_03  -  Windows XP SP3 & MS VC++ 6.0 (native Perl build)
-  Perl 5.8.0     -  Windows XP SP3 & MS VC++ 6.0 (native Perl build)
-  Perl 5.10.1    -  FreeBSD 7.2-STABLE
+  Perl 5.12.3    -  FreeBSD 8.2-PRERELEASE
 
 
 Installation:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/ToolBox.h new/Bit-Vector-7.3/ToolBox.h
--- old/Bit-Vector-7.2/ToolBox.h        2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/ToolBox.h        2013-06-01 14:43:36.000000000 +0200
@@ -155,7 +155,7 @@
 /*  COPYRIGHT:                                                               */
 /*****************************************************************************/
 /*                                                                           */
-/*    Copyright (c) 1995 - 2012 by Steffen Beyer.                            */
+/*    Copyright (c) 1995 - 2013 by Steffen Beyer.                            */
 /*    All rights reserved.                                                   */
 /*                                                                           */
 /*****************************************************************************/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/Vector.pm new/Bit-Vector-7.3/Vector.pm
--- old/Bit-Vector-7.2/Vector.pm        2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/Vector.pm        2013-06-01 14:43:36.000000000 +0200
@@ -1,7 +1,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 1995 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 1995 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This package is free software; you can redistribute it                 ##
@@ -23,7 +23,7 @@
 
 @EXPORT_OK = qw();
 
-$VERSION = '7.2';
+$VERSION = '7.3';
 
 bootstrap Bit::Vector $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/Vector.pod 
new/Bit-Vector-7.3/Vector.pod
--- old/Bit-Vector-7.2/Vector.pod       2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/Vector.pod       2013-06-01 14:43:36.000000000 +0200
@@ -3148,7 +3148,7 @@
 
 =head1 VERSION
 
-This man page documents "Bit::Vector" version 7.2.
+This man page documents "Bit::Vector" version 7.3.
 
 =head1 AUTHOR
 
@@ -3158,7 +3158,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 1995 - 2012 by Steffen Beyer. All rights reserved.
+Copyright (c) 1995 - 2013 by Steffen Beyer. All rights reserved.
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/Vector.xs new/Bit-Vector-7.3/Vector.xs
--- old/Bit-Vector-7.2/Vector.xs        2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/Vector.xs        2013-06-01 14:43:36.000000000 +0200
@@ -2,7 +2,7 @@
 
 /*****************************************************************************/
 /*                                                                           */
-/*    Copyright (c) 1995 - 2012 by Steffen Beyer.                            */
+/*    Copyright (c) 1995 - 2013 by Steffen Beyer.                            */
 /*    All rights reserved.                                                   */
 /*                                                                           */
 /*    This package is free software; you can redistribute it                 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/examples/SetObject.pl 
new/Bit-Vector-7.3/examples/SetObject.pl
--- old/Bit-Vector-7.2/examples/SetObject.pl    2012-05-17 14:28:31.000000000 
+0200
+++ new/Bit-Vector-7.3/examples/SetObject.pl    2013-06-01 14:43:36.000000000 
+0200
@@ -2,7 +2,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 2000 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 2000 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This program is free software; you can redistribute it                 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/examples/primes.pl 
new/Bit-Vector-7.3/examples/primes.pl
--- old/Bit-Vector-7.2/examples/primes.pl       2012-05-17 14:28:31.000000000 
+0200
+++ new/Bit-Vector-7.3/examples/primes.pl       2013-06-01 14:43:36.000000000 
+0200
@@ -2,7 +2,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 1995 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 1995 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This program is free software; you can redistribute it                 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/examples/test.c 
new/Bit-Vector-7.3/examples/test.c
--- old/Bit-Vector-7.2/examples/test.c  2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/examples/test.c  2013-06-01 14:43:36.000000000 +0200
@@ -1,7 +1,7 @@
 
 /*****************************************************************************/
 /*                                                                           */
-/*    Copyright (c) 2002 - 2012 by Steffen Beyer.                            */
+/*    Copyright (c) 2002 - 2013 by Steffen Beyer.                            */
 /*    All rights reserved.                                                   */
 /*                                                                           */
 /*    This program is free software; you can redistribute it                 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/lib/Bit/Vector/Overload.pm 
new/Bit-Vector-7.3/lib/Bit/Vector/Overload.pm
--- old/Bit-Vector-7.2/lib/Bit/Vector/Overload.pm       2012-05-17 
14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/lib/Bit/Vector/Overload.pm       2013-06-01 
14:43:36.000000000 +0200
@@ -1,7 +1,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 2000 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 2000 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This package is free software; you can redistribute it                 ##
@@ -24,7 +24,7 @@
 
 @EXPORT_OK = qw();
 
-$VERSION = '7.2';
+$VERSION = '7.3';
 
 package Bit::Vector;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/lib/Bit/Vector/Overload.pod 
new/Bit-Vector-7.3/lib/Bit/Vector/Overload.pod
--- old/Bit-Vector-7.2/lib/Bit/Vector/Overload.pod      2012-05-17 
14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/lib/Bit/Vector/Overload.pod      2013-06-01 
14:43:36.000000000 +0200
@@ -1327,7 +1327,7 @@
 
 =head1 VERSION
 
-This man page documents "Bit::Vector::Overload" version 7.2.
+This man page documents "Bit::Vector::Overload" version 7.3.
 
 =head1 AUTHOR
 
@@ -1337,7 +1337,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2000 - 2012 by Steffen Beyer. All rights reserved.
+Copyright (c) 2000 - 2013 by Steffen Beyer. All rights reserved.
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/lib/Bit/Vector/String.pm 
new/Bit-Vector-7.3/lib/Bit/Vector/String.pm
--- old/Bit-Vector-7.2/lib/Bit/Vector/String.pm 2012-05-17 14:28:31.000000000 
+0200
+++ new/Bit-Vector-7.3/lib/Bit/Vector/String.pm 2013-06-01 14:43:36.000000000 
+0200
@@ -1,7 +1,7 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Copyright (c) 2004 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 2004 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This package is free software; you can redistribute it                 ##
@@ -24,7 +24,7 @@
 
 @EXPORT_OK = qw();
 
-$VERSION = '7.2';
+$VERSION = '7.3';
 
 package Bit::Vector;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/lib/Bit/Vector/String.pod 
new/Bit-Vector-7.3/lib/Bit/Vector/String.pod
--- old/Bit-Vector-7.2/lib/Bit/Vector/String.pod        2012-05-17 
14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/lib/Bit/Vector/String.pod        2013-06-01 
14:43:36.000000000 +0200
@@ -363,7 +363,7 @@
 
 =head1 VERSION
 
-This man page documents "Bit::Vector::String" version 7.2.
+This man page documents "Bit::Vector::String" version 7.3.
 
 =head1 AUTHOR
 
@@ -373,7 +373,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (c) 2004 - 2012 by Steffen Beyer. All rights reserved.
+Copyright (c) 2004 - 2013 by Steffen Beyer. All rights reserved.
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/t/00_____version.t 
new/Bit-Vector-7.3/t/00_____version.t
--- old/Bit-Vector-7.2/t/00_____version.t       2012-05-17 14:28:31.000000000 
+0200
+++ new/Bit-Vector-7.3/t/00_____version.t       2013-06-01 14:43:36.000000000 
+0200
@@ -28,11 +28,11 @@
 
 require Bit::Vector;
 
-if ($Bit::Vector::VERSION eq "7.2")
+if ($Bit::Vector::VERSION eq "7.3")
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
-if (Bit::Vector::Version() eq "7.2")
+if (Bit::Vector::Version() eq "7.3")
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 if (Bit::Vector::Word_Bits() >= 32)
@@ -42,7 +42,7 @@
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
-if (Bit::Vector->Version() eq "7.2")
+if (Bit::Vector->Version() eq "7.3")
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 if (Bit::Vector->Word_Bits() >= 32)
@@ -71,7 +71,7 @@
 
 require Bit::Vector::Overload;
 
-if ($Bit::Vector::Overload::VERSION eq "7.2")
+if ($Bit::Vector::Overload::VERSION eq "7.3")
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -81,7 +81,7 @@
 
 require Bit::Vector::String;
 
-if ($Bit::Vector::String::VERSION eq "7.2")
+if ($Bit::Vector::String::VERSION eq "7.3")
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/t/02_____destroy.t 
new/Bit-Vector-7.3/t/02_____destroy.t
--- old/Bit-Vector-7.2/t/02_____destroy.t       2012-05-17 14:28:31.000000000 
+0200
+++ new/Bit-Vector-7.3/t/02_____destroy.t       2013-06-01 14:43:36.000000000 
+0200
@@ -17,7 +17,8 @@
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 eval { $set->DESTROY(); };
-if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
+if (($@ =~ /Can't call method "DESTROY" without a package or object 
reference/) ||
+    ($@ =~ /Can't locate object method "DESTROY" via package "1"/))
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 eval { Bit::Vector::DESTROY($set); };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/typemap new/Bit-Vector-7.3/typemap
--- old/Bit-Vector-7.2/typemap  2012-05-17 14:28:31.000000000 +0200
+++ new/Bit-Vector-7.3/typemap  2013-06-01 14:43:36.000000000 +0200
@@ -1,9 +1,9 @@
 
 ###############################################################################
 ##                                                                           ##
-##    Typemap for module "Bit::Vector" version 7.2.                          ##
+##    Typemap for module "Bit::Vector" version 7.3.                          ##
 ##                                                                           ##
-##    Copyright (c) 1995 - 2012 by Steffen Beyer.                            ##
+##    Copyright (c) 1995 - 2013 by Steffen Beyer.                            ##
 ##    All rights reserved.                                                   ##
 ##                                                                           ##
 ##    This package is free software; you can redistribute it                 ##

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to