r73108 - in /trunk/libmime-base32-perl: Base32.pm META.yml README debian/changelog test.pl

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


Author: keith-guest
Date: Fri Apr 22 16:32:12 2011
New Revision: 73108

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73108
Log:
New upstream release

Modified:
    trunk/libmime-base32-perl/Base32.pm
    trunk/libmime-base32-perl/META.yml
    trunk/libmime-base32-perl/README
    trunk/libmime-base32-perl/debian/changelog
    trunk/libmime-base32-perl/test.pl

Modified: trunk/libmime-base32-perl/Base32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/Base32.pm?rev=73108&op=diff
==============================================================================
--- trunk/libmime-base32-perl/Base32.pm (original)
+++ trunk/libmime-base32-perl/Base32.pm Fri Apr 22 16:32:12 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: trunk/libmime-base32-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/META.yml?rev=73108&op=diff
==============================================================================
--- trunk/libmime-base32-perl/META.yml (original)
+++ trunk/libmime-base32-perl/META.yml Fri Apr 22 16:32:12 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: trunk/libmime-base32-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/README?rev=73108&op=diff
==============================================================================
--- trunk/libmime-base32-perl/README (original)
+++ trunk/libmime-base32-perl/README Fri Apr 22 16:32:12 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: trunk/libmime-base32-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/changelog?rev=73108&op=diff
==============================================================================
--- trunk/libmime-base32-perl/debian/changelog (original)
+++ trunk/libmime-base32-perl/debian/changelog Fri Apr 22 16:32:12 2011
@@ -1,8 +1,12 @@
-libmime-base32-perl (1.01-4) UNRELEASED; urgency=low
+libmime-base32-perl (1.02a-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/watch: relax regex for matching upstream versions.
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 18 Mar 2011 23:25:38 +0100
+  [ Keith Lawson ]
+  * New upstream release
+
+ -- Keith Lawson <keith at nowhere.ca>  Fri, 22 Apr 2011 12:28:13 -0400
 
 libmime-base32-perl (1.01-3) unstable; urgency=low
 

Modified: trunk/libmime-base32-perl/test.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/test.pl?rev=73108&op=diff
==============================================================================
--- trunk/libmime-base32-perl/test.pl (original)
+++ trunk/libmime-base32-perl/test.pl Fri Apr 22 16:32:12 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