Re: blib/scripts not created
Jonas Brømsø Nielsen <[email protected]> Thu, 19 Nov 2009 11:19:08 +0100
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
Hi Sam, Rename your directory to bin/ Do: % perl Build.PL % ./Build and blib/script will be containing the contents of your bin/ automagically jonasbn On 18/11/2009, at 19.36, smanzer wrote: > Hello, > > I created a perl script in the scripts sub-directory of my module directory. > ([module directory]/scripts/newmod). I then ran: > > ./Build manifest (and veri) > ./Build > ./Build test > ./Build install > > However, the blib/scripts directory was not created, and the script was never installed. I would appreciate any insight into this matter. > > Thanks, > > Sam Manzer