r35235 - in /branches/upstream/libarray-diff-perl/current: Changes META.yml lib/Array/Diff.pm
roam-guest at users.alioth.debian.org
roam-guest at users.alioth.debian.org
Tue May 12 10:05:27 UTC 2009
Author: roam-guest
Date: Tue May 12 10:05:22 2009
New Revision: 35235
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35235
Log:
[svn-upgrade] Integrating new upstream version, libarray-diff-perl (0.05.002)
Modified:
branches/upstream/libarray-diff-perl/current/Changes
branches/upstream/libarray-diff-perl/current/META.yml
branches/upstream/libarray-diff-perl/current/lib/Array/Diff.pm
Modified: branches/upstream/libarray-diff-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-diff-perl/current/Changes?rev=35235&op=diff
==============================================================================
--- branches/upstream/libarray-diff-perl/current/Changes (original)
+++ branches/upstream/libarray-diff-perl/current/Changes Tue May 12 10:05:22 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: branches/upstream/libarray-diff-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-diff-perl/current/META.yml?rev=35235&op=diff
==============================================================================
--- branches/upstream/libarray-diff-perl/current/META.yml (original)
+++ branches/upstream/libarray-diff-perl/current/META.yml Tue May 12 10:05:22 2009
@@ -25,4 +25,4 @@
Class::Accessor::Fast: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.05001
+version: 0.05002
Modified: branches/upstream/libarray-diff-perl/current/lib/Array/Diff.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-diff-perl/current/lib/Array/Diff.pm?rev=35235&op=diff
==============================================================================
--- branches/upstream/libarray-diff-perl/current/lib/Array/Diff.pm (original)
+++ branches/upstream/libarray-diff-perl/current/lib/Array/Diff.pm Tue May 12 10:05:22 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