Help for this page

Select Code to Download


  1. or download this
    \.DS_Store$
    ^_build
    ...
    \.sw.$
    ^cover_db
    ^MANIFEST\.SKIP$
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            create_makefile_pl => 'traditional',
            sign => 1,
    )->create_build_script;
    
  3. 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'
    
  4. or download this
    src/
    |-- Build.PL
    ...
    |-- lib/
    |-- t/
        |-- lib/
    
  5. or download this
    src/
    |-- MANIFEST
    |-- Makefile.PL
    |-- Meta.yml
    
  6. 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