r3341 - in /packages/libemail-simple-perl/branches/upstream/current: Changes MANIFEST META.yml Makefile.PL README lib/Email/Simple.pm

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Jul 27 20:20:23 UTC 2006


Author: ntyni-guest
Date: Thu Jul 27 20:20:21 2006
New Revision: 3341

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3341
Log:
Load /tmp/tmp.OzjlWg4716/libemail-simple-perl-1.95 into
packages/libemail-simple-perl/branches/upstream/current.

Modified:
    packages/libemail-simple-perl/branches/upstream/current/Changes
    packages/libemail-simple-perl/branches/upstream/current/MANIFEST
    packages/libemail-simple-perl/branches/upstream/current/META.yml
    packages/libemail-simple-perl/branches/upstream/current/Makefile.PL
    packages/libemail-simple-perl/branches/upstream/current/README
    packages/libemail-simple-perl/branches/upstream/current/lib/Email/Simple.pm

Modified: packages/libemail-simple-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/Changes?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/Changes (original)
+++ packages/libemail-simple-perl/branches/upstream/current/Changes Thu Jul 27 20:20:21 2006
@@ -1,4 +1,9 @@
 Revision history for Perl extension Email::Simple.
+
+1.95    2006-07-21
+
+  - update PEP url
+  - reorganize dist
 
 1.94    2006-07-03
 

Modified: packages/libemail-simple-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/MANIFEST?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libemail-simple-perl/branches/upstream/current/MANIFEST Thu Jul 27 20:20:21 2006
@@ -2,7 +2,7 @@
 Makefile.PL
 MANIFEST
 README
-Simple.pm
+lib/Email/Simple.pm
 t/1.t
 t/2.t
 t/3.t

Modified: packages/libemail-simple-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/META.yml?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/META.yml (original)
+++ packages/libemail-simple-perl/branches/upstream/current/META.yml Thu Jul 27 20:20:21 2006
@@ -1,8 +1,8 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Email-Simple
-version:      1.94
-version_from: Simple.pm
+version:      1.95
+version_from: lib/Email/Simple.pm
 installdirs:  site
 requires:
     Test::More:                    0.47

Modified: packages/libemail-simple-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/Makefile.PL?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libemail-simple-perl/branches/upstream/current/Makefile.PL Thu Jul 27 20:20:21 2006
@@ -2,7 +2,7 @@
 
 WriteMakefile(
                NAME          => 'Email::Simple',
-               VERSION_FROM  => 'Simple.pm',
+               VERSION_FROM  => 'lib/Email/Simple.pm',
                PREREQ_PM     => {
                                  'Test::More' => '0.47',
                                 },

Modified: packages/libemail-simple-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/README?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/README (original)
+++ packages/libemail-simple-perl/branches/upstream/current/README Thu Jul 27 20:20:21 2006
@@ -71,6 +71,12 @@
     anyway). For more information on this issue please consult RT issue
     2478, http://rt.cpan.org/NoAuth/Bug.html?id=2478 .
 
+PERL EMAIL PROJECT
+
+This module is maintained by the Perl Email Project
+
+  http://emailproject.perl.org/wiki/Email::Simple
+
 COPYRIGHT AND LICENSE
     Copyright 2004 by Casey West
 
@@ -79,6 +85,3 @@
     This library is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
 
-SEE ALSO
-    Perl Email Project, http://pep.kwiki.org .
-

Modified: packages/libemail-simple-perl/branches/upstream/current/lib/Email/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-simple-perl/branches/upstream/current/lib/Email/Simple.pm?rev=3341&op=diff
==============================================================================
--- packages/libemail-simple-perl/branches/upstream/current/lib/Email/Simple.pm (original)
+++ packages/libemail-simple-perl/branches/upstream/current/lib/Email/Simple.pm Thu Jul 27 20:20:21 2006
@@ -5,7 +5,7 @@
 use Carp;
 
 use vars qw($VERSION $GROUCHY);
-$VERSION = '1.94';
+$VERSION = '1.95';
 
 my $crlf = qr/\x0a\x0d|\x0d\x0a|\x0a|\x0d/; # We are liberal in what we accept.
                                             # But then, so is a six dollar whore.
@@ -255,6 +255,12 @@
 L<Email::Filter> anyway).  For more information on this issue please
 consult RT issue 2478, http://rt.cpan.org/NoAuth/Bug.html?id=2478 .
 
+=head1 PERL EMAIL PROJECT
+
+This module is maintained by the Perl Email Project
+
+  L<http://emailproject.perl.org/wiki/Email::Simple>
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2004 by Casey West
@@ -264,8 +270,4 @@
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
-=head1 SEE ALSO
-
-Perl Email Project, http://pep.kwiki.org .
-
-=cut
+=cut




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