I have problems getting a module I wrote to build properly under Windows. I use Module::Signature to sign the module via sign => 1 in a Build.PL that uses Module::Build.
A tester using strawberry perl 5.10.0 on Windows XP is reporting this...
./Build: blib\lib\Module\Starter\Plugin\CGIApp\templates\titanium
\Module.pm: cannot resolve L<Titanium> in paragraph 48.
JALDHAR/Module-Starter-Plugin-CGIApp-0.07.tar.gz
C:\strawberry\perl\bin\perl.exe ./Build -- OK
Running Build test
t\00-signature............WARNING: This key is not certified with a
trusted signature!
Primary key fingerprint: A348 B1C3 F241 0234 14F8 30EF 20DF 5E33 A91F
8EBA
Not in MANIFEST: Build.bat
Not in MANIFEST: pod2htmd.tmp
Not in MANIFEST: pod2htmi.tmp
==> MISMATCHED content between MANIFEST and distribution files! <==
t\00-signature............1/1 # Failed test 'Valid signature'
# at t\00-signature.t line 21.
# Looks like you failed 1 test of 1.
t\00-signature............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...which makes sense as Build.bat and the *.tmp files are indeed not in the MANIFEST. They are created during the build process on Windows only. Do I just add them to MANIFEST.SKIP? Are there any possible other files I should be adding there? Or should the problem be solved an entirely different way?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|