| Thread | Last Post | Replies |
|
| Help understanding module-starter aka Module::Starter | 30 Jul 2009 21:21 GMT | 4 |
I'm preparing a module for CPAN and I used module-starter to set it up. I think I understand all the files it created except one: t/boilerplate.t What does it do?
|
| Difference between two variables | 30 Jul 2009 15:57 GMT | 3 |
I would like to print out the differences between the two variables instead of just printing the varialbe again after it determines someithing was added; I just want to print what was added. Any ideas? #!/usr/bin/perl
|
| Test Failures - XS, "does not match bootstrap parameter" and version objects | 28 Jul 2009 23:44 GMT | 8 |
I seek the wisdom of any other module authors that might have come across this problem. Recently, I uploaded a new version of Math::Random::ISAAC::XS and ran into a *lot* of regressions. I've looked at the diff and I didn't
|
| Getting value | 28 Jul 2009 10:04 GMT | 3 |
I am getting a string value from a function .A variable is exist by that string value. Need to print the value using the second variable! Example: my $log_dir="hello";
|
| What's the diference between lib/ and blib/ ? | 28 Jul 2009 09:48 GMT | 1 |
I created a CPAN distribution with module-starter and I have developped a perl module creating my *.pm file in the lib/ directory and it uses a template file that is also in the lib/ directory. It works when I do the tests with "prove -l t/*.t".
|
| Better module for HTML scraping | 21 Jul 2009 10:37 GMT | 1 |
I have a bunch of scraping scripts to do various things for me, and I mostly use HTML::TreeBuilder and then HTML::Element features. ( use WWW::Mechanize for retrieving pages) While it works and I am grateful, I wonder if perhaps someone invented
|
| How to create a patch to a CPAN module ? | 17 Jul 2009 19:05 GMT | 2 |
Dear, I need your help about procedure to create a patch for a CPAN module. I want to propose a new method to a module on CPAN. I have created this method and I have added it in the script .pm on my PC and it is
|
| Suggestions for module name, BreadCrumb trail in Catalyst | 15 Jul 2009 22:25 GMT | 1 |
I have been embracing Moose and Catalyst and I have written a Moose Role to provide BreadCrumb trail navigation for a web application written in Catalyst. Hopefully there are some Catalyst programmers on here?
|
| Getopt::Auto improvements | 15 Jul 2009 18:04 GMT | 7 |
I'd appreciate some advice here. Getopt::Auto was conceived by Simon Cozens. I've recently adopted it. The idea with Getopt::Auto is that it scans your POD looking for =heads or =item that have the format: 'foo - what this does is bar', the
|
| Filter mime/multipart E-Mail message to text/plain | 14 Jul 2009 20:07 GMT | 11 |
I need to write a filter (stdin->stdout) which can handle MIME-formatted E-Mail messages of arbitrary size and will remove all mime/multipart stuff, leaving only the first text/plain part intact (including its encoding, my native language needs at least
|
| Anyone want to adopt Getopt::Auto? | 14 Jul 2009 14:05 GMT | 5 |
I took over [this module][1] from Simon Cozens nearly 5 years ago when [he gave away his modules][2], but never got around to any of my ideas for it. What was I thinking? In hindsight, I don’t get around to my own ideas for comparable lengths of time; I
|
| Suggested module name | 10 Jul 2009 09:12 GMT | 1 |
I have a new module that provides a simple way to run functions when the screen saver starts/stops (X11 or Gnome Screen saver only currently). I'm not sure what to call it currently it is tentatively call Event::ScreenSaver<http://github ...
|
| Intending to Upload: WWW::Spider | 05 Jul 2009 17:05 GMT | 1 |
I intend to upload to CPAN the WWW::Spider module whose header is shown below. I am looking for comments/complaints/ideas about the namespace and/or usefulness of this module (e.g., any functionality missing or not necessary).
|
| Structured Changelog? | 01 Jul 2009 09:56 GMT | 6 |
Last year I started seeing change logs in perl modules that looked more YAMLish. Is there any spec out there on this? I'm currently just copying input from `git log --pretty=oneline' into my Changes file and as of this moment, including the git repo URL.
|
| module/script to clean up old files and prune empty directories | 01 Jul 2009 01:09 GMT | 1 |
At various places around our system we want to clean up files older than x, and sometimes prune empty directories. Naturally we have to be careful doing this lest we accidentally blow away far too many of the wrong files.
|