r30274 - in /branches/upstream/libemail-mime-perl/current: Changes META.yml lib/Email/MIME.pm lib/Email/MIME/Header.pm
bricas-guest at users.alioth.debian.org
bricas-guest at users.alioth.debian.org
Fri Jan 30 13:38:25 UTC 2009
Author: bricas-guest
Date: Fri Jan 30 13:38:22 2009
New Revision: 30274
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30274
Log:
[svn-upgrade] Integrating new upstream version, libemail-mime-perl (1.863)
Modified:
branches/upstream/libemail-mime-perl/current/Changes
branches/upstream/libemail-mime-perl/current/META.yml
branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm
branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm
Modified: branches/upstream/libemail-mime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/Changes?rev=30274&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/Changes (original)
+++ branches/upstream/libemail-mime-perl/current/Changes Fri Jan 30 13:38:22 2009
@@ -1,4 +1,8 @@
Revision history for Perl extension Email::MIME.
+
+1.863 2009-01-30
+ no code changes
+ add strangely missing copyright information
1.862 2009-01-22
add repository location metadata
Modified: branches/upstream/libemail-mime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/META.yml?rev=30274&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/META.yml (original)
+++ branches/upstream/libemail-mime-perl/current/META.yml Fri Jan 30 13:38:22 2009
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Email-MIME
-version: 1.862
+version: 1.863
abstract: ~
author: []
license: perl
Modified: branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm?rev=30274&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm (original)
+++ branches/upstream/libemail-mime-perl/current/lib/Email/MIME.pm Fri Jan 30 13:38:22 2009
@@ -17,11 +17,11 @@
=head1 VERSION
-version 1.862
+version 1.863
=cut
-our $VERSION = '1.862';
+our $VERSION = '1.863';
sub new {
my $self = shift->SUPER::new(@_);
@@ -300,8 +300,10 @@
Simon Cozens, C<simon at cpan.org> (retired)
-You may distribute this module under the terms of the Artistic or GPL
-licenses.
+This software is copyright (c) 2004 by Simon Cozens.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as perl itself.
=head1 THANKS
Modified: branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm?rev=30274&op=diff
==============================================================================
--- branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm (original)
+++ branches/upstream/libemail-mime-perl/current/lib/Email/MIME/Header.pm Fri Jan 30 13:38:22 2009
@@ -3,7 +3,7 @@
package Email::MIME::Header;
use base 'Email::Simple::Header';
-our $VERSION = '1.862';
+our $VERSION = '1.863';
use Encode 1.9801;
@@ -53,4 +53,13 @@
return $new_str;
}
+=head1 COPYRIGHT
+
+This software is copyright (c) 2004 by Simon Cozens.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as perl itself.
+
+=cut
+
1;
More information about the Pkg-perl-cvs-commits
mailing list