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