r5228 - in /packages/libemail-folder-perl/trunk: Changes LICENSE MANIFEST META.yml Makefile.PL debian/changelog lib/Email/Folder.pm

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Apr 20 10:18:18 UTC 2007


Author: eloy
Date: Fri Apr 20 10:18:18 2007
New Revision: 5228

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5228
Log:
new upstream version

Added:
    packages/libemail-folder-perl/trunk/LICENSE
      - copied unchanged from r5227, packages/libemail-folder-perl/branches/upstream/current/LICENSE
Modified:
    packages/libemail-folder-perl/trunk/Changes
    packages/libemail-folder-perl/trunk/MANIFEST
    packages/libemail-folder-perl/trunk/META.yml
    packages/libemail-folder-perl/trunk/Makefile.PL
    packages/libemail-folder-perl/trunk/debian/changelog
    packages/libemail-folder-perl/trunk/lib/Email/Folder.pm

Modified: packages/libemail-folder-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/Changes?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/Changes (original)
+++ packages/libemail-folder-perl/trunk/Changes Fri Apr 20 10:18:18 2007
@@ -1,73 +1,75 @@
+0.853     2007-03-23
+          packaging improvements
+
 0.852     2006-08-22
-     * README
+          README
 
 0.851     2006-08-01
-     * use ExtUtils::MakeMaker, to standardize PEP
-     * add pod coverage tests and improve coverage
+          use ExtUtils::MakeMaker, to standardize PEP
+          add pod coverage tests and improve coverage
 
-0.85 Tuesday 4th April, 2006
-    Fix clobbering of $_ in Mbox.pm
-    Put FH in binmode to fix non-ascii mails on Windows   
+0.85      Tuesday 4th April, 2006
+          Fix clobbering of $_ in Mbox.pm
+          Put FH in binmode to fix non-ascii mails on Windows   
 
-0.84 Friday 17th December, 2004
-    Added in ability for subclasses of Email::Folder::Mbox to override
-    IO::File creation.
+0.84      Friday 17th December, 2004
+          Added in ability for subclasses of Email::Folder::Mbox to override
+          IO::File creation.
 
-    Added in information about Perl Email Project
+          Added in information about Perl Email Project
 
 HEAD
-    Added Email::Folder::MH by Ricardo SIGNES
+          Added Email::Folder::MH by Ricardo SIGNES
 
-0.83 Sunday 9th May, 2004
-    Rerelease without a broken manifest (rt.cpan.org $6049)
+0.83      Sunday 9th May, 2004
+          Rerelease without a broken manifest (rt.cpan.org $6049)
 
-0.82 Monday 22nd March, 2003
-    Add Email::Folder::Ezmlm to the dist.
+0.82      Monday 22nd March, 2003
+          Add Email::Folder::Ezmlm to the dist.
 
-    Switch to a trad Makefile.PL
+          Switch to a trad Makefile.PL
 
-0.81
-    Slow down the release numbering a bit.  I'd like to be stable at
-    the point of 1.0 or so.
+0.81      
+          Slow down the release numbering a bit.  I'd like to be stable at
+          the point of 1.0 or so.
 
-    Added ->reader as an accessor to the Email::Reader subclass
+          Added ->reader as an accessor to the Email::Reader subclass
 
-    Added ->tell to ::Mbox, and seek_to as an option
+          Added ->tell to ::Mbox, and seek_to as an option
 
+0.8       29th May, 2003
+          mboxcl2 handling is now a little more paranoid, and will recover from 
+          bad values
 
-0.8 29th May, 2003
-    mboxcl2 handling is now a little more paranoid, and will recover from 
-    bad values
+          Mbox.pm now expects the From_ line to match either of
+              /^From (?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)/
+              /^From \S+\s+(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)/
+          (based on mutt mbox.c/from.c)
 
-    Mbox.pm now expects the From_ line to match either of
-        /^From (?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)/
-        /^From \S+\s+(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)/
-    (based on mutt mbox.c/from.c)
+          Document that ->messages is a one-shot operation.
 
-    Document that ->messages is a one-shot operation.
+0.7       Tuesday 27th May, 2003
+          Mbox.pm can grok mboxcl2
 
-0.7 Tuesday 27th May, 2003
-    Mbox.pm can grok mboxcl2
+          INCOMPATIBLE CHANGE: Email::Folder::Mbox now takes line endings as
+          an explicit option rather than trying to guess.
 
-    INCOMPATIBLE CHANGE: Email::Folder::Mbox now takes line endings as
-    an explicit option rather than trying to guess.
+0.6       Sunday 11th May, 2003
+          Rename the files in the test maildir so we can unpack in Win32 systems
+          Release with a auto-generated Makefile.PL, for CPAN.pm users
 
-0.6 Sunday 11th May, 2003
-    Rename the files in the test maildir so we can unpack in Win32 systems
-    Release with a auto-generated Makefile.PL, for CPAN.pm users
+0.5       Tuesday 29th April, 2003
+          Add iterator interface, plus move the backends to be classes
 
-0.5 Tuesday 29th April, 2003
-    Add iterator interface, plus move the backends to be classes
+0.4       Thursday 24th April, 2003
+          Add line-ending detection to Email::Folder::MBox
+          temporarily disable signing, as it's confusing
 
-0.4 Thursday 24th April, 2003
-    Add line-ending detection to Email::Folder::MBox
-    temporarily disable signing, as it's confusing
+0.3       Tuesday 22nd April, 2003
+          Just another release of 0.2, now that CPAN repects my authoritay!
 
-0.3 Tuesday 22nd April, 2003
-    Just another release of 0.2, now that CPAN repects my authoritay!
+0.2       Tuesday 22nd April, 2003
+          Lose the (hidden) dependency on UNIVERSAL::require
 
-0.2 Tuesday 22nd April, 2003
-    Lose the (hidden) dependency on UNIVERSAL::require
-
-0.1 Initial version
-    Very rough idea
+0.1       Initial version
+          Very rough idea

Modified: packages/libemail-folder-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/MANIFEST?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/MANIFEST (original)
+++ packages/libemail-folder-perl/trunk/MANIFEST Fri Apr 20 10:18:18 2007
@@ -36,4 +36,5 @@
 t/testmaildir/cur/1050314226.9981_5.penfold
 t/testmaildir/cur/1050314226.9981_13.penfold
 t/testmaildir/cur/1050314226.9981_3.penfold
+LICENSE
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: packages/libemail-folder-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/META.yml?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/META.yml (original)
+++ packages/libemail-folder-perl/trunk/META.yml Fri Apr 20 10:18:18 2007
@@ -1,13 +1,14 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Email-Folder
-version:      0.852
-version_from: lib/Email/Folder.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Email-Folder
+version:             0.853
+abstract:            ~
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.32
+distribution_type:   module
+requires:     
     Email::FolderType:             0.6
     Email::Simple:                 0
     Test::More:                    0.47
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2

Modified: packages/libemail-folder-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/Makefile.PL?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/Makefile.PL (original)
+++ packages/libemail-folder-perl/trunk/Makefile.PL Fri Apr 20 10:18:18 2007
@@ -1,10 +1,10 @@
+use strict;
 use ExtUtils::MakeMaker;
-use strict;
-use warnings;
 
 WriteMakefile(
   NAME          => 'Email::Folder',
   VERSION_FROM  => 'lib/Email/Folder.pm',
+  (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM     => {
     'Email::FolderType' => 0.6, # or Ezmlm
     'Email::Simple' => 0,

Modified: packages/libemail-folder-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/debian/changelog?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/debian/changelog (original)
+++ packages/libemail-folder-perl/trunk/debian/changelog Fri Apr 20 10:18:18 2007
@@ -1,3 +1,9 @@
+libemail-folder-perl (0.853-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Fri, 20 Apr 2007 12:13:34 +0200
+
 libemail-folder-perl (0.852-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libemail-folder-perl/trunk/lib/Email/Folder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-folder-perl/trunk/lib/Email/Folder.pm?rev=5228&op=diff
==============================================================================
--- packages/libemail-folder-perl/trunk/lib/Email/Folder.pm (original)
+++ packages/libemail-folder-perl/trunk/lib/Email/Folder.pm Fri Apr 20 10:18:18 2007
@@ -5,7 +5,7 @@
 use Email::FolderType qw/folder_type/;
 
 use vars qw($VERSION);
-$VERSION = "0.852";
+$VERSION = "0.853";
 
 =head1 NAME
 
@@ -123,6 +123,12 @@
 
 __END__
 
+=head1 PERL EMAIL PROJECT
+
+This module is maintained by the Perl Email Project
+
+L<http://emailproject.perl.org/wiki/Email::Folder>
+
 =head1 AUTHORS
 
 Simon Wistow <simon at thegestalt.org>
@@ -138,13 +144,6 @@
 This software is under no warranty and will probably ruin your life,
 kill your friends, burn your house and bring about the doobie brothers.
 
-=head1 SUPPORT
-
-This module is part of the Perl Email Project  - http://pep.kwiki.org/
-
-There is a mailing list at pep at perl.org (subscribe at pep-subscribe at perl.org)
-and an archive available at http://nntp.perl.org/group/pep.php
-
 =head1 SEE ALSO
 
 L<Email::LocalDelivery>, L<Email::FolderType>, L<Email::Simple>




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