r35237 - in /trunk/libarray-diff-perl: Changes META.yml debian/changelog lib/Array/Diff.pm

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Tue May 12 10:08:00 UTC 2009


Author: roam-guest
Date: Tue May 12 10:07:55 2009
New Revision: 35237

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35237
Log:
Merge the new upstream release of Array-Diff-0.05002.

Modified:
    trunk/libarray-diff-perl/Changes
    trunk/libarray-diff-perl/META.yml
    trunk/libarray-diff-perl/debian/changelog
    trunk/libarray-diff-perl/lib/Array/Diff.pm

Modified: trunk/libarray-diff-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarray-diff-perl/Changes?rev=35237&op=diff
==============================================================================
--- trunk/libarray-diff-perl/Changes (original)
+++ trunk/libarray-diff-perl/Changes Tue May 12 10:07:55 2009
@@ -1,4 +1,7 @@
 Revision history for Perl module Array::Diff
+
+0.05002 2009-05-12T11:54:26+09:00
+     - upgrade copyright and license statement in document (Thanks to Peter Pentchev)
 
 0.05001 2009-05-11T10:39:47+09:00
      - upgrade a document. (Thanks to Peter Pentchev)

Modified: trunk/libarray-diff-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarray-diff-perl/META.yml?rev=35237&op=diff
==============================================================================
--- trunk/libarray-diff-perl/META.yml (original)
+++ trunk/libarray-diff-perl/META.yml Tue May 12 10:07:55 2009
@@ -25,4 +25,4 @@
   Class::Accessor::Fast: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05001
+version: 0.05002

Modified: trunk/libarray-diff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarray-diff-perl/debian/changelog?rev=35237&op=diff
==============================================================================
--- trunk/libarray-diff-perl/debian/changelog (original)
+++ trunk/libarray-diff-perl/debian/changelog Tue May 12 10:07:55 2009
@@ -1,4 +1,4 @@
-libarray-diff-perl (0.05.001-1) UNRELEASED; urgency=low
+libarray-diff-perl (0.05.002-1) UNRELEASED; urgency=low
 
   TODO:
   - (pseudo-)legal nitpicking: technically Daisuke Murase is only listed as
@@ -14,4 +14,4 @@
 
   * Initial Release. (Closes: #525303)
 
- -- Peter Pentchev <roam at ringlet.net>  Mon, 11 May 2009 16:40:00 +0300
+ -- Peter Pentchev <roam at ringlet.net>  Tue, 12 May 2009 13:06:35 +0300

Modified: trunk/libarray-diff-perl/lib/Array/Diff.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarray-diff-perl/lib/Array/Diff.pm?rev=35237&op=diff
==============================================================================
--- trunk/libarray-diff-perl/lib/Array/Diff.pm (original)
+++ trunk/libarray-diff-perl/lib/Array/Diff.pm Tue May 12 10:07:55 2009
@@ -6,7 +6,7 @@
 use Algorithm::Diff;
 eval q{ use Algorithm::Diff::XS; };
 
-our $VERSION = '0.05001';
+our $VERSION = '0.05002';
 
 __PACKAGE__->mk_accessors(qw/added deleted count diff_class/);
 
@@ -117,7 +117,9 @@
 
 Daisuke Murase <typester at cpan.org>
 
-=head1 COPYRIGHT
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2009 by Daisuke Murase.
 
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.




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