| Thread | Last Post | Replies |
|
| Structure of a CPAN distribution: sample .pl files; .tar.gz for use in testing | 28 Feb 2010 20:51 GMT | 4 |
Two questions related to the directory structure of a distribution intended for CPAN: 1. What is the current best practice for including sample Perl 5 programs intended to illustrate usage of the module? What directory
|
| file spaces in MANIFEST | 24 Feb 2010 10:33 GMT | 6 |
I am creating my first module: http://github.com/Skriptke/nes I get this error with files containing spaces in the name: perl Makefile.PL
|
| Excluding files from CPAN diff | 19 Feb 2010 19:10 GMT | 7 |
Hi module-authors, Is there a way to exclude files from the 'diff' tool on one's module's CPAN page? I like to use this tool to confirm what I've changed from one
|
| Meta.yml spec | 19 Feb 2010 12:19 GMT | 4 |
Does any one know what the following error from the CPANTS Kwalitee<http://cpants.perl.org/dist/kwalitee/VCS-Which>page mean? 1.4, 'git@github.com:EvanCarroll/datetimex-format.git' for 'repository' is not a valid URL. (resources -> repository) [Validation: 1.4]
|
| Module::Build question | 18 Feb 2010 13:15 GMT | 9 |
Recently I submitted IP::World, my first module using M::B. I think that the standard install process does not syntax check Perl scripts in a scripts folder. Is that right? So I would like to add some tests to one of my test files,
|
| create installation issues | 17 Feb 2010 11:43 GMT | 1 |
I am creating a module that requires the installation of some files in www/cgi-bin Can be viewed at: http://github.com/Skriptke/nes Directories /obj and /plugin
|
| how to mv files on PAUSE | 16 Feb 2010 17:38 GMT | 3 |
I've searched the mailing list archives and could not find an answer -- perhaps it can't be done? I just uploaded to PAUSE -- this is the first time I've done so -- and I gave it the path to my author directory, not realizing that it
|
| Spam to CPAN Developers? (Fwd: Betonmarkets CTO position) | 13 Feb 2010 21:34 GMT | 6 |
Has anyone else got a message like this to their CPAN Developer e-mail address? I'm curious if this is the beginning of a really bad trend toward CPAN author spamming :/ ---------- Forwarded message ----------
|
| 2 Qs about Module::Build | 11 Feb 2010 02:38 GMT | 3 |
I'm working on my first CPAN module that uses Module::Build. It has an XS component. I can't find an exact correspondent to the OPTIMIZE parameter with ExtUtils::MakeMaker. I can add the optimization I want to the extra_compiler_flags parameter,
|
| Name space discussion Math::BestRotation | 08 Feb 2010 04:51 GMT | 7 |
I have developed a module that computes the best rotation that maps a set of vectors onto another set of vectors. "Best rotation" means here that it minimizes the sum of the squared distances between each two corresponding vectors.
|
| Namespace discussion - VMware::LM | 05 Feb 2010 21:19 GMT | 2 |
I already submitted a request to register the namespace VMware::LM for a new module I am writing. This module is an interface to the VMware Lab Manager SOAP API - http://www.vmware.com/pdf/lm40_soap_api_guide.pdf.
|