Acme-GLOINBG-Utils
view release on metacpan or search on metacpan
INSTALLATION
To create this module:
cd ~/goroExt/sandbox/Perl/trunk/books/IntermediatePerl
module-starter --module=Acme::GLOINBG::Utils
cd ~/goroExt/sandbox/Perl/trunk/books/IntermediatePerl/Acme-GLOINBG-Utils
# add t/sum.t to test the sum function; then update the manifest, either manually or with this command:
./Build manifest
To introduce namespace overlap error:
module-starter --module=Tie::Cycle --dist=.
./Build manifest
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
perl -Iblib/lib xt/boilerplate.t
./Build install
( run in 0.331 second using v1.01-cache-2.11-cpan-65fba6d93b7 )