vagrant@localhost ~ $ module-starter --module=A,A::A1,A::A2,B,B::B1,B::B2 \
--author=you --email=you@there.com
Added to MANIFEST: Changes
Added to MANIFEST: ignore.txt
Added to MANIFEST: lib/A.pm
Added to MANIFEST: lib/A/A1.pm
Added to MANIFEST: lib/A/A2.pm
Added to MANIFEST: lib/B.pm
Added to MANIFEST: lib/B/B1.pm
Added to MANIFEST: lib/B/B2.pm
Added to MANIFEST: Makefile.PL
Added to MANIFEST: MANIFEST
Added to MANIFEST: README
Added to MANIFEST: t/00-load.t
Added to MANIFEST: t/manifest.t
Added to MANIFEST: t/pod-coverage.t
Added to MANIFEST: t/pod.t
Added to MANIFEST: xt/boilerplate.t
Created starter directories and files
vagrant@localhost ~ $ tree A/
A/
├── Changes
├── ignore.txt
├── lib
│ ├── A
│ │ ├── A1.pm
│ │ └── A2.pm
│ ├── A.pm
│ ├── B
│ │ ├── B1.pm
│ │ └── B2.pm
│ └── B.pm
├── Makefile.PL
├── MANIFEST
├── README
├── t
│ ├── 00-load.t
│ ├── manifest.t
│ ├── pod-coverage.t
│ └── pod.t
└── xt
└── boilerplate.t
5 directories, 16 files
In reply to Re: perl Module and directory structure
by Anonymous Monk
in thread perl Module and directory structure
by pwagyi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |