package Mail::Ezmlm:

* update version
This commit is contained in:
lars 2008-10-12 02:45:27 +00:00
parent bbde9f30a6
commit 54415691fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# ===========================================================================
# Ezmlm.pm - version 0.08 - 10/12/2008
# Ezmlm.pm - version 0.08.1 - 10/12/2008
# $Id$
#
# Object methods for ezmlm mailing lists
@ -53,7 +53,7 @@ require Exporter;
@EXPORT = qw(
);
$VERSION = '0.08';
$VERSION = '0.08.1';
require 5.005;