1
vote
2answers
24 views
Cross-platform Implementations of Win32::FileNotify
I've been using Win32::FileNotify on Windows, and I was curious to know if there were something similar for Linux and OSX. I haven't been able to find such a module using Google. D …
5
votes
4answers
112 views
Can I install CPAN modules without having root permissions? [closed]
Possible Duplicates:
How can I install CPAN modules locally without root access (DynaLoader.pm line 229 error)?
How can I install a CPAN module into a local directory?
E …
13
votes
4answers
108 views
How do I get started writing a module for CPAN?
Right now, I have my own homegrown testing harness/directory structure/support doc strucure/distribution tools for my libraries. However, reading the blog post Write your code lik …
4
votes
3answers
81 views
How do I install deps for CPAN module without installing it?
This is a follow-up to my previous question about developing Perl applications. Let’s say I develop an application as a CPAN module using Module::Install. Now I upload the code to …
0
votes
3answers
55 views
How can I disable terminal-polling for cpan used from crontab?
I'd like to have all the installed CPAN modules updated automatically every night, so I've placed the following command in the crontab:
@daily cpan -i $(cpanp -o | perl -lane 'pri …
10
votes
21answers
378 views
Which lesser-known CPAN modules have you found to be real gems?
Which lesser-known CPAN modules have you found to be real gems?
Please post links to the modules like this
[`Example::Module`][Example::Module]
[Example::Module]: http://searc …
1
vote
3answers
27 views
Issues instaling MIME::Lite via CPAN on Mac OS X
I am trying to install MIME::Lite using CPAN via Mac OS X Leopard and CPAN just keeps reporting back the following message:
cpan shell -- CPAN exploration and modules installatio …
4
votes
4answers
86 views
How can I install several CPAN distributions at once?
I have recently started some Perl development and use CPAN to install all my packages. I was wondering if there are some "best practices" to manage required packages for a script o …
2
votes
2answers
54 views
How can I tell CPAN::Shell to install all dependencies for a module?
I currently have this on a script:
CPAN::Shell->rematein("notest", "install", "$m");
Where $m is a module name the script installs. However, I want the module to install wit …
9
votes
9answers
511 views
The future of Perl? (Perl 6, Employability)
I've found a few related questions, like Python V Perl and Is Perl Worth it?, but I can't seem to find anything that directly addresses this question.
Is there a legitimate future …
2
votes
4answers
246 views
Why isn’t there a CPAN for .NET?
CPAN is a really helpful resource for Perl.
Why isn't there a CPAN for .NET? Should there be one?
Are there other programming or platform technologies that have a CPAN-like inf …
3
votes
3answers
114 views
Why does CPAN.pm fail to upgrade?
Clarification: I'm pretty much a
Perl/CPAN noob, don't assume I know
too much.
I have a pretty vanilla CPAN because I just rebuild my entire Lenny 5.0.2 VPS - so I pretty …
6
votes
2answers
130 views
How can I install a CPAN module that is in the latest perl, without installing the new perl?
I'd like to install a Perl module (in this case, FindBin), but since it is included in the perl5.10.1 distribution, cpan wants to install perl5.10 for me. Is there any way of inst …
0
votes
2answers
68 views
Do we have Perl - CPAN like library of Functions in PHP too ?
As we have CPAN Libraries in Perl, do we have similar kind in PHP ? actually am new to PHP and was not sure about this.
0
votes
3answers
106 views
How can I install local modules with the cpan tool?
my admin has given me sudo rights for
cpan
I also need to install a couple of non-CPAN modules (Atlassian Crowd -> svn connector) to the global PERL5LIB.
I vaguely remember t …
