Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I do this:
module-starter --mb --module="Animal" --email="a@example.com" perl Build.PL ./Build
directories such as blib lib t _build are created
What does these directories exactly do? I know t is test directory but I have no idea about blib,lib,_build directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what are blib lib _build ??
by Anonymous Monk on Dec 23, 2014 at 17:20 UTC | |
by MidLifeXis (Monsignor) on Dec 23, 2014 at 18:50 UTC |