package Mail::Ezmlm:
* update version
This commit is contained in:
parent
bbde9f30a6
commit
54415691fb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# ===========================================================================
|
# ===========================================================================
|
||||||
# Ezmlm.pm - version 0.08 - 10/12/2008
|
# Ezmlm.pm - version 0.08.1 - 10/12/2008
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# Object methods for ezmlm mailing lists
|
# Object methods for ezmlm mailing lists
|
||||||
|
@ -53,7 +53,7 @@ require Exporter;
|
||||||
@EXPORT = qw(
|
@EXPORT = qw(
|
||||||
|
|
||||||
);
|
);
|
||||||
$VERSION = '0.08';
|
$VERSION = '0.08.1';
|
||||||
|
|
||||||
require 5.005;
|
require 5.005;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue