NAME
OpenInteract2::Brick::PackageCPAN - All resources used for creating a CPAN distribution from a package
SYNOPSIS
oi2_manage create_cpan --package_dir=/path/to/mypackage
DESCRIPTION
This class just holds all the static resources used when creating a CPAN distribution from a package.
These resources are associated with OpenInteract2 version 1.99_06.
Resources
You can grab resources individually using the names below and load_resource()
and copy_resources_to()
, or you can copy all the resources at once using copy_all_resources_to()
-- see OpenInteract2::Brick for details.
COPYRIGHT
Copyright (c) 2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>
NAME
[% full_brick_class %] - Installation data for OpenInteract2 package '[% package_name %]'
SYNOPSIS
oi2_manage install_package --package=[% package_name %]
DESCRIPTION
You generally don't use this class directly. See the docs for "[% full_app_class %]" and OpenInteract2::Brick for more.
SEE ALSO
COPYRIGHT
Copyright (c) 2005 [% author_names.join( ', ' ) %]. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
[% FOREACH author_info = authors %] [% author_info.name %] <[% author_info.email %]> [% END %]