summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/__template.pm14
1 files changed, 4 insertions, 10 deletions
diff --git a/fml/lib/__template.pm b/fml/lib/__template.pm
index 1cba1c83..855550e8 100644
--- a/fml/lib/__template.pm
+++ b/fml/lib/__template.pm
@@ -4,18 +4,17 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $Id$
-# $FML$
+# $FML: __template.pm,v 1.5 2001/04/03 09:45:39 fukachan Exp $
#
-package FML::__MODULE_NAME__;
+package __MODULE_NAME__;
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
=head1 NAME
-FML::__MODULE_NAME__ - what is this
+__MODULE_NAME__ - what is this
=head1 SYNOPSIS
@@ -27,11 +26,6 @@ FML::__MODULE_NAME__ - what is this
=cut
-
-require Exporter;
-@ISA = qw(Exporter);
-
-
sub new
{
my ($self) = @_;
@@ -54,7 +48,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-FML::__MODULE_NAME__ appeared in fml5 mailing list driver package.
+__MODULE_NAME__ appeared in fml5 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut