| Thread | Last Post | Replies |
|
| Embedding Module? | 29 Sep 2008 00:03 GMT | 2 |
I have a module, STAFService, that is not actually a module - it's an embedding plugin of Perl inside other program. (STAF) The output of the build process is a dll / so, that STAF loads and uses. So, of course, the make script is not a standard EU::MM / M::B, but some
|
| world writable directories | 28 Sep 2008 19:58 GMT | 8 |
I uploaded a module to CPAN, and got a surprising email, saying that PAUSE failed to index my module, because it had world writable directories. Now, I understand the concern. My question is, considering that I work on a Windows machine, and have all the normal Windows tools + ...
|
| Module::Build 0.30 is released | 27 Sep 2008 19:51 GMT | 1 |
After much tireless work by Eric Wilhelm and lots of feedback from patient & nonpatient users alike, I'm pleased to announce that version 0.30 of Module::Build is now on CPAN. This is the first non-beta release in a long time.
|
| How to avoid multiple Inclusions of perl modules.. or how to detect mutliple inclusions. | 24 Sep 2008 05:10 GMT | 13 |
i have many modules which inturn use among themselvs.. some times i get the following error.. Can't locate <>.pm in @INC though it is present in that location.. i doubt this occurs because of multiple or cyclic inclusions of
|
| Expect - "sleep" executed at the wrong time (before an expect(... send...) instead of after) | 19 Sep 2008 11:27 GMT | 4 |
I have a timing issue with the usage of "sleep" within my perl-expect script. This is an example script to describe my problem: **********************************************************************************************************
|
| Use of uninitialized value in numeric lt (<) at /Date/Manip.pm | 17 Sep 2008 04:38 GMT | 1 |
This has me puzzled. This code worked on another server, but it's failing on perl v5.8.8, with Date::Manip loaded from CPAN today. Warning: Use of uninitialized value in numeric lt (<) at /home/downside/lib/Date/Manip.pm
|
| Net::SSLeay make failure - openssl error. | 16 Sep 2008 13:56 GMT | 4 |
I am running a mail server using Slackware on a 2.4.18 kernel i686. A mailscanner/mailwatch upgrade required an upgrade to Perl and a number of Perl modules. I upgraded Perl to 5.8.8 which broke some of the existing modules. I have upgraded most of these except for Net::SSLeay ...
|
| Introducing Math::GSL 0.12 and some questions/rants | 16 Sep 2008 05:24 GMT | 1 |
Howdy folks, I have been lurking here for quite a while and I figured it was time that I ask some questions that have been bouncing around my head. This summer I had the pleasure of being part of the Google
|
| "tailing" utmp(x)? | 12 Sep 2008 14:12 GMT | 1 |
I know how to read and "tail" the Utmp files on the systems I have access to. We now have OSX machines that are using the Utmpx system and the records are not as straight forward to read. I am looking at the User::Utmp modure since it will handle either type
|
| Looking for Graciliano Monteiro Passos (GMPASSOS) | 11 Sep 2008 00:41 GMT | 1 |
I am looking for Graciliano Monteiro Passos (GMPASSOS) author of 25 or so Perl Modules on CPAN. I have tried to send him an email at his CPAN address and even tried an email address that I found on google. Does anyone know how to get in touch with him.
|
| IO::Prompt suggestion | 10 Sep 2008 19:41 GMT | 3 |
I'm not sure if this is the place, so correct me if I'm wrong. I'm just guessing this mailing list is more frequently read by those I think are involved, so apologizes if this isn't the place.. I tried using Data::Validate::Domain (specifically exporting the
|
| Suppressing modules from indexing | 09 Sep 2008 11:59 GMT | 1 |
I have a dist with a plethora of modules (in directory lib) that are specific to the application and therefore need not be indexed. Actually, it is undesired to have them indexed. I tried to put
|
| CPAN Index on ModPerl::MethodLookup | 08 Sep 2008 20:54 GMT | 3 |
Hi. This is imacat from Taiwan. I found a strange recorded in 02packages.details.txt.gz: imacat@rinse ~ % gunzip -c 02packages.details.txt.gz | grep ModPerl::MethodLookup
|
| Carp::nosigdie - needs a better name | 04 Sep 2008 18:22 GMT | 8 |
I found myself wanting to check whether some code had a $SIG{__DIE__} in it and realized I still had this silly module in my experiments directory. This throws an error whenever a $SIG{__DIE__} is assigned without a
|
| using result of text::diff module | 04 Sep 2008 06:13 GMT | 1 |
I have a script which uses the text::diff module and I cant figure out how to use the output I can print the result, but I need to parse the results into a array of strings and format it.
|