r73106 - in /branches/upstream/libmime-base32-perl/current: Base32.pm META.yml README test.pl

keith-guest at users.alioth.debian.org keith-guest at users.alioth.debian.org
Fri Apr 22 16:27:42 UTC 2011


Author: keith-guest
Date: Fri Apr 22 16:27:13 2011
New Revision: 73106

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73106
Log:
[svn-upgrade] new version libmime-base32-perl (1.02a)

Modified:
    branches/upstream/libmime-base32-perl/current/Base32.pm
    branches/upstream/libmime-base32-perl/current/META.yml
    branches/upstream/libmime-base32-perl/current/README
    branches/upstream/libmime-base32-perl/current/test.pl

Modified: branches/upstream/libmime-base32-perl/current/Base32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-base32-perl/current/Base32.pm?rev=73106&op=diff
==============================================================================
--- branches/upstream/libmime-base32-perl/current/Base32.pm (original)
+++ branches/upstream/libmime-base32-perl/current/Base32.pm Fri Apr 22 16:27:13 2011
@@ -6,7 +6,7 @@
 
 use vars qw( $VERSION );
 
-	$VERSION = '1.01'; # $Id: Base32.pm_rev 1.5 2003/12/11 13:21:18 root Exp root $
+	$VERSION = '1.02'; # minor changes : added COPYRIGHT according to community request; test.pl - extended test string
 
 
 sub import
@@ -138,6 +138,19 @@
 Daniel Peder, sponsored by Infoset s.r.o., Czech Republic 
 <Daniel.Peder at InfoSet.COM> http://www.infoset.com
 
+=head1 COPYRIGHT
+
+Copyright (c) 2003-2010 Daniel Peder.  All rights reserved.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+=head1 NOTE
+
+Version 1.02 provides minor changes only: 
+- added COPYRIGHT according to FEDORA & DEBIAN community requests
+- test.pl - extended test string (just for sure ;)
+
 =head1 SEE ALSO
 
 perl(1), MIME::Base64(3pm).

Modified: branches/upstream/libmime-base32-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-base32-perl/current/META.yml?rev=73106&op=diff
==============================================================================
--- branches/upstream/libmime-base32-perl/current/META.yml (original)
+++ branches/upstream/libmime-base32-perl/current/META.yml Fri Apr 22 16:27:13 2011
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MIME-Base32
-version:      1.01
+version:      1.02
 version_from: Base32.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libmime-base32-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-base32-perl/current/README?rev=73106&op=diff
==============================================================================
--- branches/upstream/libmime-base32-perl/current/README (original)
+++ branches/upstream/libmime-base32-perl/current/README Fri Apr 22 16:27:13 2011
@@ -27,6 +27,19 @@
     Daniel Peder, sponsored by Infoset s.r.o., Czech Republic
     <Daniel.Peder at InfoSet.COM> http://www.infoset.com
 
+COPYRIGHT
+
+    Copyright (c) 2003-2010 Daniel Peder.  All rights reserved.
+
+    This library is free software; you can redistribute it and/or
+    modify it under the same terms as Perl itself.
+
+NOTE
+
+    Version 1.02 provides minor changes only:
+    - added COPYRIGHT according to FEDORA & DEBIAN community requests
+    - test.pl - extended test string (just for sure ;)
+
 SEE ALSO
 
     perl(1), MIME::Base64(3pm).

Modified: branches/upstream/libmime-base32-perl/current/test.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-base32-perl/current/test.pl?rev=73106&op=diff
==============================================================================
--- branches/upstream/libmime-base32-perl/current/test.pl (original)
+++ branches/upstream/libmime-base32-perl/current/test.pl Fri Apr 22 16:27:13 2011
@@ -29,7 +29,7 @@
 sub TestMSG($) { printf "\t%s%s: '%s'\n", $TestLabelPrefix, $TestLabel, shift() }
 sub TestMSGf(@) { printf "\t%s%s: ".shift()."\n", $TestLabelPrefix, $TestLabel, @_ }
 
-our $GlobalTestString = 'Hallo world, whats new?';
+our $GlobalTestString = 'Hallo world, whats new? 1234567890 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ .:!%$@#*()[]{}<>"/ ';
 our $GlobalEncodedString;
 our $GlobalDecodedString;
 




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