From ef7e50ac283e90f9a1de96c6e3e65f636018cace Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 16:21:11 -0600 Subject: stub out docs --- lib/Bread/Board/Declare.pm | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lib/Bread/Board/Declare.pm') diff --git a/lib/Bread/Board/Declare.pm b/lib/Bread/Board/Declare.pm index 51ec744..93f063d 100644 --- a/lib/Bread/Board/Declare.pm +++ b/lib/Bread/Board/Declare.pm @@ -1,8 +1,18 @@ package Bread::Board::Declare; use Moose::Exporter; +# ABSTRACT: create Bread::Board containers as normal Moose objects use Bread::Board (); +=head1 SYNOPSIS + + package MyApp; + use Bread::Board::Declare; + +=head1 DESCRIPTION + +=cut + my (undef, undef, $init_meta) = Moose::Exporter->build_import_methods( install => ['import', 'unimport'], class_metaroles => { @@ -32,5 +42,46 @@ sub init_meta { $package->$init_meta(%options); } +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. + +=head1 SEE ALSO + +L + +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Bread::Board::Declare + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + +=cut 1; -- cgit v1.2.3