John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
But I added another file in the same directory as the .pm file, that is "required" by the code at run time. The code is located along the lines of in MyProject/lib/Path/Name.pm.
The error is that the file is not found, and it's looking in MyProject/blib/lib.
I added the file to the MANIFEST. The basic instructions from the doc page is:
So I tried running Build (without any argument) again, and it didn't do anything. Now ./Build test has been enough to re-run as I make changes to my .pm file, so it knows to copy that normally.perl Build.PL ./Build ./Build test ./Build install
Can someone fill me in on what's (not) going on?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Build.PL usage during module authoring
by Anonymous Monk on May 12, 2011 at 14:29 UTC | |
by John M. Dlugosz (Monsignor) on May 13, 2011 at 01:41 UTC | |
by Anonymous Monk on May 13, 2011 at 02:39 UTC | |
by John M. Dlugosz (Monsignor) on May 13, 2011 at 02:53 UTC | |
by Anonymous Monk on May 13, 2011 at 03:25 UTC |