- or download this
\.DS_Store$
^_build
...
\.sw.$
^cover_db
^MANIFEST\.SKIP$
- or download this
#!/usr/bin/perl
...
create_makefile_pl => 'traditional',
sign => 1,
)->create_build_script;
- or download this
Your-Module-0.01/
|-- Build.PL # your build script.
...
|-- lib/ # this should look like something you could put in @INC
|-- t/ # this is where you keep your tests
| |-- lib/ # if your tests need some libraries, put them here, and u
+se lib 't/lib'
- or download this
src/
|-- Build.PL
...
|-- lib/
|-- t/
|-- lib/
- or download this
src/
|-- MANIFEST
|-- Makefile.PL
|-- Meta.yml
- or download this
src/
|-- Build # left over from perl Build.PL
...
|-- *~ # your editor backups
|-- cover_db # your data from test coverage
|-- CVS # your source control meta data