| Thread | Last Post | Replies |
|
| Embedded mysql with DBD::mysql | 30 Jul 2008 15:15 GMT | - |
I wonder whether you can help me. I am trying to use embedded mysql with perl (under cygwin). I build mysql (5.0.51b) using the following options: ./configure --without-server --with-embedded-server
|
| need translators for Lingua::Slavic::Numbers | 29 Jul 2008 15:52 GMT | - |
If you speak a Slavic language, I need your help. Russian, Serbian, Macedonian, Czech, Polish, etc. are all good. Look at Lingua::Slavic::Numbers and there are two custom data configurations per language:
|
| Testing on blead | 28 Jul 2008 22:59 GMT | 4 |
We all love the CPAN testers and the results publised at http://testers.cpan.org. But recently I suddenly saw a big load of failures in one of my packages. All these failures were for 5.11.0.
|
| mod_perl | 28 Jul 2008 20:22 GMT | - |
Im a beginner to linux and perl, and not a programmer . I'm using fedora 9 to run WebRT, nagios and MRTG Im trying to add to rt3.conf to /etc/http/conf.d to get rt3 to run when the webserver starts
|
| Module-Starter's t/module-starter.t has skip_all | 26 Jul 2008 03:55 GMT | 1 |
As can be seen here: * http://module-starter.googlecode.com/svn/trunk/t/module-starter.t Module::Starter's t/module-starter.t has the following lines: {{{{{{{{{{
|
| Term::ReadKey for VMS platform | 26 Jul 2008 00:44 GMT | 1 |
I tried to install Term::ReadKey package on VMS http://search.cpan.org/dist/TermReadKey/ReadKey.pm but got multiple compilation errors. Does anyone know whether this package is ported to VMS?
|
| Need help improving my Kwalitee | 25 Jul 2008 04:22 GMT | 18 |
My module Number::Format has some red areas in its Kwalitee report http://cpants.perl.org/dist/kwalitee/Number-Format When I release 1.60, I tried to fix a lot of the kwalitee issues with the previous version, 1.52. However, it appears that some of my
|
| CPAN maintainer e-mail address defunct | 24 Jul 2008 22:44 GMT | 1 |
I'm trying to contact Colin Kuskie, maintainer of the Statistics::Descriptive module, but mail to his cpan address bounces:
|The following addresses had delivery problems: |
| Searching for drives and files on drives perl | 24 Jul 2008 18:03 GMT | 1 |
I am trying to get this to work....it first uses FSUTIL to get the current drives, then what king of drives, they are, if they are read/ write drives I want to search for a specific file and delete it.. This is what I have so far..
|
| How to set META-driven index: yes | 23 Jul 2008 05:02 GMT | 1 |
I'm experimenting with an Acme module and want to provide meta information explicitely in the META.yml because the PAUSE indexer doesn't seem to look into my utf-8 filenames. I have seen that after uploading there is a field "META-driven index:
|
| Using WWW::Curl::Easy with Perl | 22 Jul 2008 08:54 GMT | 1 |
Does anyone in here have a good working knowledge of using the WWW::Curl::Easy module with Perl? Basically, my problem is that I have been trying to download a file using the WWW::Curl::Easy module without any success, in a Perl cgi-bin.
|
| Exporter::Safe? | 21 Jul 2008 22:30 GMT | 10 |
Buried deep within some code, someone used a module (Test::Most 0.03) which exports a 'set' function. They weren't actually using that module. It was just leftover cruft. Unfortunately, the parent class of that module inherited from Class::Accessor.
|
| Begging for money - too tacky? | 17 Jul 2008 15:44 GMT | 10 |
A friend recently reminded me of the RRDB author's vast list of donations he's received for his work, and I was thinking "howzabout me?" I was wondering if anyone had ever put anything in their module POD asking for donations, and if it worked. I wrote something up I was thinking ...
|
| Proposal: Test::Refcount | 16 Jul 2008 08:09 GMT | 22 |
I've been hunting through my code, eventually coming to a bug where I had a closure that referred to itself, as well as an object of mine. This prevented my object's DESTROY handler from working, causing bugs. I've been playing with Test::Memory::Cycle, but unfortunately that won't
|
| Port to PyConstructs | 14 Jul 2008 18:38 GMT | 7 |
I'm writing a port to PyConstructs. website of the original: http://construct.wikispaces.com/ In short, it's a library that parse binary structs. It can parse complicate things like TCP headers, compressed files and image formats.
|