[prev] [thread] [next] [lurker] [Date index for 2004/03/22]
Author: richardc
Date: 2004-03-22 23:59:52 +0000 (Mon, 22 Mar 2004)
New Revision: 1490
Modified:
trunk/Email-Folder/Build.PL
trunk/Email-Folder/Changes
trunk/Email-Folder/lib/Email/Folder.pm
trunk/Email-Folder/lib/Email/Folder/Ezmlm.pm
Log:
release a version that read Ezmlm archives
Modified: trunk/Email-Folder/Build.PL
===================================================================
--- trunk/Email-Folder/Build.PL 2004-03-02 14:27:34 UTC (rev 1489)
+++ trunk/Email-Folder/Build.PL 2004-03-22 23:59:52 UTC (rev 1490)
@@ -1,15 +1,14 @@
use strict;
use Module::Build;
-Module::Build
- ->new( module_name => "Email::Folder",
- license => 'perl',
- requires => {
- 'Test::More' => 0,
- 'Email::Simple' => 0,
- 'Email::FolderType' => 0,
- },
- sign => 1,
- create_makefile_pl => 'traditional',
- )
+Module::Build->new(
+ module_name => "Email::Folder",
+ license => 'perl',
+ requires => {
+ 'Test::More' => 0,
+ 'Email::Simple' => 0,
+ 'Email::FolderType' => 0,
+ },
+ create_makefile_pl => 'traditional',
+ )
->create_build_script;
Modified: trunk/Email-Folder/Changes
===================================================================
--- trunk/Email-Folder/Changes 2004-03-02 14:27:34 UTC (rev 1489)
+++ trunk/Email-Folder/Changes 2004-03-22 23:59:52 UTC (rev 1490)
@@ -1,4 +1,9 @@
-0.85
+0.82 Monday 22nd March, 2003
+ Add Email::Folder::Ezmlm to the dist.
+
+ 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.
Modified: trunk/Email-Folder/lib/Email/Folder/Ezmlm.pm
===================================================================
--- trunk/Email-Folder/lib/Email/Folder/Ezmlm.pm 2004-03-02 14:27:34 UTC (rev 1489)
+++ trunk/Email-Folder/lib/Email/Folder/Ezmlm.pm 2004-03-22 23:59:52 UTC (rev 1490)
@@ -25,5 +25,4 @@
} 1..$num ];
}
-
1;
Modified: trunk/Email-Folder/lib/Email/Folder.pm
===================================================================
--- trunk/Email-Folder/lib/Email/Folder.pm 2004-03-02 14:27:34 UTC (rev 1489)
+++ trunk/Email-Folder/lib/Email/Folder.pm 2004-03-22 23:59:52 UTC (rev 1490)
@@ -5,7 +5,7 @@
use Email::FolderType qw/folder_type/;
use vars qw($VERSION);
-$VERSION = "0.8";
+$VERSION = "0.82";
=head1 NAME
@@ -25,7 +25,7 @@
Takes the name of a folder, and a hash of options
-If a 'reader' option is passed in then that is
+If a 'reader' option is passed in then that is
used as the class to read in messages with.
=cut
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52