Debian lenny version packages
[pkg-perl] / deb-src / dh-make-perl / dh-make-perl-0.47 / Strange-0.1 / Strange.pm
1 package Strange;
2
3 use strict;
4 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
5
6 require Exporter;
7 require AutoLoader;
8
9 @ISA = qw(Exporter AutoLoader);
10 # Items to export into callers namespace by default. Note: do not export
11 # names by default without a very good reason. Use EXPORT_OK instead.
12 # Do not simply export all your public functions/methods/constants.
13 @EXPORT = qw(
14         
15 );
16 $VERSION = '0.1';
17
18
19 # Preloaded methods go here.
20
21 # Autoload methods go after =cut, and are processed by the autosplit program.
22
23 1;
24 __END__
25 # Below is the stub of documentation for your module. You better edit it!
26
27 =head1 NAME
28
29 Strange - Perl extension for blah blah blah
30
31 =head1 SYNOPSIS
32
33   use Strange;
34   blah blah blah
35
36 =head1 DESCRIPTION
37
38 Stub documentation for Strange was created by C<h2xs>. It looks like the
39 author of the extension was negligent enough to leave the stub
40 unedited.
41
42 Blah blah blah.
43
44 =head1 AUTHOR
45
46 A. U. Thor, a.u.thor@a.galaxy.far.far.away
47
48 =head1 SEE ALSO
49
50 perl(1).
51
52 =cut