Displaying 3 results from an estimated 3 matches for "rpmland".
2008 Nov 08
1
Perl Trouble
I am running several CentOS 5.2 servers with similar configuration.
On all of them I received the following error when using a certain perl
module:
> Base class package "Class::Accessor::Fast" is empty.
> (Perhaps you need to 'use' the module which defines that package
> first.)
On most of the servers installing Class::Accessor::Fast manually via CPAN
shell has
2014 Apr 01
3
Setup a devel environment for perl modules
Hi all,
This is an interesting thread:
http://lists.centos.org/pipermail/centos/2014-April/141871.html
about the problems you can find building perl modules for CentOS
releases (new or old).
I agree with John R. Pierce: cpan is very very bad tool ( in fact, I
hate it) to build perl modules for CentOS systems, breaks all other
perl modules. I need to use several perl modules in several
2010 Apr 15
6
scripting CPAN installs
Hey folks,
Maybe there is a Perl/CPAN list that is a better place to ask this?
If so, maybe someone can point me to it.
Anyway, I want to be able to script the installation of a bunch of
CPAN modules, and the first basic problem I am coming up against is
that the "cpan" command seems to always return 0 regardless of whether
or not the install completed.
Google does not bring up a