r30276 - in /trunk/libemail-mime-perl: Changes META.yml debian/changelog 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:40:01 UTC 2009


Author: bricas-guest
Date: Fri Jan 30 13:39:58 2009
New Revision: 30276

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

Modified:
    trunk/libemail-mime-perl/Changes
    trunk/libemail-mime-perl/META.yml
    trunk/libemail-mime-perl/debian/changelog
    trunk/libemail-mime-perl/lib/Email/MIME.pm
    trunk/libemail-mime-perl/lib/Email/MIME/Header.pm

Modified: trunk/libemail-mime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/Changes?rev=30276&op=diff
==============================================================================
--- trunk/libemail-mime-perl/Changes (original)
+++ trunk/libemail-mime-perl/Changes Fri Jan 30 13:39:58 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: trunk/libemail-mime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/META.yml?rev=30276&op=diff
==============================================================================
--- trunk/libemail-mime-perl/META.yml (original)
+++ trunk/libemail-mime-perl/META.yml Fri Jan 30 13:39:58 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Email-MIME
-version:            1.862
+version:            1.863
 abstract:           ~
 author:  []
 license:            perl

Modified: trunk/libemail-mime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/changelog?rev=30276&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/changelog (original)
+++ trunk/libemail-mime-perl/debian/changelog Fri Jan 30 13:39:58 2009
@@ -1,4 +1,4 @@
-libemail-mime-perl (1.862-1) UNRELEASED; urgency=low
+libemail-mime-perl (1.863-1) UNRELEASED; urgency=low
 
   PROBLEM:
   we have no copyright information anywhere (d/copyright just takes AUTHORS)
@@ -23,7 +23,7 @@
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 30 Jan 2009 09:11:06 -0400
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 30 Jan 2009 09:39:13 -0400
 
 libemail-mime-perl (1.861-3) unstable; urgency=low
 

Modified: trunk/libemail-mime-perl/lib/Email/MIME.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/lib/Email/MIME.pm?rev=30276&op=diff
==============================================================================
--- trunk/libemail-mime-perl/lib/Email/MIME.pm (original)
+++ trunk/libemail-mime-perl/lib/Email/MIME.pm Fri Jan 30 13:39:58 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: trunk/libemail-mime-perl/lib/Email/MIME/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/lib/Email/MIME/Header.pm?rev=30276&op=diff
==============================================================================
--- trunk/libemail-mime-perl/lib/Email/MIME/Header.pm (original)
+++ trunk/libemail-mime-perl/lib/Email/MIME/Header.pm Fri Jan 30 13:39:58 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