testing updates
[migration-tools.git] / Equinox-Migration / lib / Equinox / Migration.pm
1 package Equinox::Migration;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 Equinox::Migration - The great new Equinox::Migration!
9
10 =head1 VERSION
11
12 Version 0.01
13
14 =cut
15
16 our $VERSION = '0.01';
17
18
19 =head1 SYNOPSIS
20
21 Quick summary of what the module does.
22
23 Perhaps a little code snippet.
24
25     use Equinox::Migration;
26
27     my $foo = Equinox::Migration->new();
28     ...
29
30 =head1 AUTHOR
31
32 Shawn Boyette, C<< <sboyette at esilibrary.com> >>
33
34 =head1 BUGS
35
36 Please report any bugs or feature requests to C<bug-equinox-migration at rt.cpan.org>, or through
37 the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Equinox-Migration>.  I will be notified, and then you'll
38 automatically be notified of progress on your bug as I make changes.
39
40
41
42
43 =head1 SUPPORT
44
45 You can find documentation for this module with the perldoc command.
46
47     perldoc Equinox::Migration
48
49
50 You can also look for information at:
51
52 =over 4
53
54 =item * RT: CPAN's request tracker
55
56 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Equinox-Migration>
57
58 =item * AnnoCPAN: Annotated CPAN documentation
59
60 L<http://annocpan.org/dist/Equinox-Migration>
61
62 =item * CPAN Ratings
63
64 L<http://cpanratings.perl.org/d/Equinox-Migration>
65
66 =item * Search CPAN
67
68 L<http://search.cpan.org/dist/Equinox-Migration>
69
70 =back
71
72
73 =head1 ACKNOWLEDGEMENTS
74
75
76 =head1 COPYRIGHT & LICENSE
77
78 Copyright 2009 Shawn Boyette, all rights reserved.
79
80 This program is free software; you can redistribute it and/or modify it
81 under the same terms as Perl itself.
82
83
84 =cut
85
86 1; # End of Equinox::Migration