Possibly fixed test
[p5sagit/Oyster.git] / .build / 0ey2IQdAX1 / lib / Dist / Zilla / Plugin / Oyster.pm
CommitLineData
6b832bd6 1use strict;
2use warnings;
3package Dist::Zilla::Plugin::Oyster;
4BEGIN {
5 our $VERSION = 0.07;# VERSION
6}
71;
8# ABSTRACT: set of plugins for working with Oyster
9
10
11__END__
12=pod
13
14=head1 NAME
15
16Dist::Zilla::Plugin::Oyster - set of plugins for working with Oyster
17
18=head1 VERSION
19
20version 0.07
21
22=head1 DESCRIPTION
23
24The following is a list of plugins in this distribution to help you integrate
25L<Oyster> and L<Dist::Zilla>
26
27=over
28
29=item * L<Dist::Zilla::Plugin::Oyster::New> Create a new Oyster Project
30
31=back
32
33=head1 PATCHES
34
35Please read the SubmittingPatches file included with this Distribution. Patches
36that are of sufficient quality, within the goals of the project and pass the
37checklist will probably be accepted.
38
39=head1 AUTHORS
40
41=over 4
42
43=item *
44
45see README (TODO)
46
47=back
48
49=head1 COPYRIGHT AND LICENSE
50
51This software is Copyright (c) 2010 by Caleb Cushing.
52
53This is free software, licensed under:
54
55 The Artistic License 2.0
56
57=cut
58