Help for this page

Select Code to Download


  1. or download this
    $ cat xt/99-changelog.t
    #!/usr/bin/perl
    ...
    changes_file_ok ("ChangeLog");
    
    done_testing;
    
  2. or download this
    $ cat xt/50_manifest.t
    #!/usr/bin/perl
    ...
    plan skip_all => "Test::DistManifest required for testing MANIFEST" if
    + $@;
    manifest_ok ();
    done_testing;
    
  3. or download this
    $ cat xt/40_filenames.t
    #!/usr/bin/perl
    ...
    
    options (use_file_find => 0, test_amiga_length => 1, test_mac_length =
    +> 1);
    run_tests ();
    
  4. or download this
    sub check_changelog {
        # Check if the first date has been updated ...
    ...
            }
        close $fh;
        } # check_changelog