| Thread | Last Post | Replies |
|
| What's in a name? :) Advice on naming the mod ule i've written... | 24 Jan 2010 16:53 GMT | 3 |
I'm new here so be kind :) I've written a module that I use at home a lot which is what has brought me to pause. I currently call the module Debug, but obviously that's not an appropriate
|
| updating CPAN::Forum | 20 Jan 2010 23:11 GMT | 3 |
For a long time I have not touched the CPAN::Forum web site but as a new years resolution I started to work on it again. So far most of the changes were internal - switched to new server
|
| Comparing hashes | 18 Jan 2010 17:17 GMT | 5 |
I'm dealing with an error report from cpantesters for Getopt::Auto. The problem arrises out of using Test::More::is_deeply to compare a hash with what's generated at run time: it comes out different. I've delt with this problem in my own testing, and have spent some time
|
| Can't cpan WWW::Mechanize | 13 Jan 2010 19:15 GMT | 21 |
When I try to install WWW::Mechanize, I get: t/cookies.t .............. Can't locate HTTP/Server/Simple/CGI.pm in @INC (@INC contains: t/ /home/shawn/.cpan/build/WWW-Mechanize-1.60-0tJ38m/blib/lib
|
| Writing tests with WWW:Mechanize | 13 Jan 2010 16:24 GMT | 2 |
I'm currently writing some tests using WWW::Mechanize. In "normal" mode it works quite well. But when i use it in a script after i start HTTP::Server::Simple in PreForking mode (through my Maplat::Web module) and background the
|
| Writing tests | 13 Jan 2010 11:58 GMT | 23 |
I'm currently writing some tests for my Maplat framework. Except for really simple tests, having PostgreSQL server and memcached installed is quite essential (both cam be started as temporary instances if required as long as the binaries are available).
|
| Module naming suggestions : Test::DNS | 11 Jan 2010 15:23 GMT | 4 |
This seems like the proper place to advise on a module name. I've recently wrote a module that allows to test DNS queries pretty simple using Net::DNS. ---
|
| Module::Build and ActiveState | 10 Jan 2010 11:12 GMT | 5 |
There are problems in the way that Module::Build interacts with ActiveState Perl, those problems are: - HTML generated with Module::Build is not conform with the way HTML is generated by ActiveState /
|
| Cannot log into PAUSE | 08 Jan 2010 07:34 GMT | 1 |
It has been a while (I admit) since I logged into PAUSE. I don't remember the password I used all that time ago and the forgotten password system seems to send the reminder email into the ether. Is anyone able to check where my email may be going please (perhaps to a
|
| Suggestions needed for a Module Name similar to DBIx::OO::Tree | 03 Jan 2010 18:48 GMT | 1 |
I have written a Moose Role which can be used together with DBIx::Class to implement 'nested sets' type of hierarchy trees (another Perl Module that implements this is DBIx::OO::Tree) I have no idea what module name it should have. Part of the Moose
|
| Perl 6 and the CPAN? | 02 Jan 2010 20:58 GMT | 2 |
I've started writing Config::INI, an INI reader/writer in Perl 6. It's on github at http://github.com/Ovid/Config-INI. This has raised several interesting issues, but the most important is that I didn't check the CPAN, but it turns out Ricardo Signes has a Perl 5 version: http ...
|
| Getting message from XML | 02 Jan 2010 08:13 GMT | 2 |
I am a beginner in Perl. I have a scenario, where I need to get a message from an xml file and drop it on to MQ series queue. Each xml file has one message(huge one). Could anyone help on how to go about it.
|