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;