Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Module Change Log

by Corion (Patriarch)
on Sep 12, 2022 at 13:14 UTC ( [id://11146832]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use warnings;
    ...
    my $changes_line = $1;
    ok $changes_line =~ /$version\s+20\d\d-[01]\d-[0123]\d\b/, "We find a 
    +release date on the same line"
        or diag $changes_line;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (9)
As of 2024-04-18 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found