Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Module Change Log

by Tux (Canon)
on Sep 13, 2022 at 07:32 UTC ( #11146845=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11146845]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2023-10-03 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?