Acme-GLOINBG-Utils
view release on metacpan or search on metacpan
MANIFEST.SKIP view on Meta::CPAN
#!start included /usr/share/perl5/core_perl/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$
Acme-GLOINBG-Utils
This project is a Chapter 21, Exercise 3 and 4 implementation.
Exercise 4 is actually a break distribution to test how PAUSE will reject it because of namespcace everlap.
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.258 second using v1.01-cache-2.11-cpan-0d8aa00de5b )