I am trying to work through the examples in the section "Adding Additional Modules" in the chapter "Creating Your Own Perl Distribution" in the book "Intermediate Perl". It is not clear from the text whether or not the utility module-starter should start a normal module if the plugin "Module::Starter::AddModule" is specified in the config file. The command
module-starter --module=Animal,cow,Horse,Mouse failed with the plugin specified. I deleted the entire distribution and and successfully reran the command without the plugin. I then attempted to add a module by restoring the plugin to my config file and running
module-starter --module=Sheep --dist=Animal. Here is the session. The error message appears to be from windows. I have no idea what to do about it.
% type %module_starter_dir%\config
author: Willie Gilligan
email: gilligan@island.example.com
builder: Module::Build
verbose: 1
plugins: Module::Starter::AddModule
% module-starter --module=Sheep --dist=Animal
Found Animal. Use --force if you want to stomp on it.
Skipped Animal\lib\Animal.pm
Skipped Animal\lib\Cow.pm
Skipped Animal\lib\Horse.pm
Skipped Animal\lib\Mouse.pm
Created Animal\lib\Sheep.pm
Skipped Animal\t\pod-coverage.t
Skipped Animal\t\manifest.t
Skipped Animal\t\pod.t
Skipped Animal\t\00-load.t
Skipped Animal\xt\boilerplate.t
Skipped Animal\Build.PL
Skipped Animal\Changes
Skipped Animal\README
Regenerating MANIFEST
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Animal' version '0.01'
'.' is not recognized as an internal or external command,
operable program or batch file.
Created starter directories and files
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
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, details, 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, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
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.