XAS-Collector
view release on metacpan or search on metacpan
lib/XAS/Docs/Collector/Installation.pm view on Meta::CPAN
rpm build environment, then you can do the following:
# perl Build.PL
# ./Build --installdirs vendor
# ./Build test
# ./Build dist
# rpmbuild -ta XAS-Collector-0.01.tar.gz
# cd ~/rpmbuild/RPMS/noarch
# yum --nogpgcheck localinstall perl-XAS-Collector-0.01-1.noarch.rpm
Each of these installation methods will overlay the local file system and
tries to follow Debian standards for file layout and package installation.
On Windows, do the following:
> perl Build.PL
> Build
> Build test
> Build install
> Build post_install
( run in 0.735 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )