X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FEngine.pm;h=1c66577e9a54cb90427e5671f71433d6a47777bd;hb=ec9c19230a64659b0550d8bb3c3686f76ce42588;hp=f31386c9e7df16e5435657f1370fa169df4b01bc;hpb=b5384d082ce9b7c4fc23c74c4dfc4479ddbe7a67;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Engine.pm b/lib/MooseX/Storage/Engine.pm index f31386c..1c66577 100644 --- a/lib/MooseX/Storage/Engine.pm +++ b/lib/MooseX/Storage/Engine.pm @@ -136,6 +136,86 @@ __END__ =pod +=head1 NAME + +MooseX::Storage::Engine + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=head1 METHODS + +=head2 Accessors + +=over 4 + +=item B + +=item B + +=item B + +=back + +=head2 API + +=over 4 + +=item B + +=item B + +=back + +=head2 ... + +=over 4 + +=item B + +=item B + +=item B + +=item B + +=item B + +=item B + +=back + +=head2 Introspection + +=over 4 + +=item B + +=back + +=head1 BUGS + +All complex software has bugs lurking in it, and this module is no +exception. If you find a bug please either email me, or add the bug +to cpan-RT. + +=head1 AUTHOR + +Chris Prather Echris.prather@iinteractive.comE + +Stevan Little Estevan.little@iinteractive.comE + +=head1 COPYRIGHT AND LICENSE + +Copyright 2007 by Infinity Interactive, Inc. + +L + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + =cut +