NAME ^

t/codingstd/svn_id.t - checks for an svn Id keyword line in parrot source files

SYNOPSIS ^

    # test all files
    % prove t/codingstd/svn_id.t

    # test specific files
    % perl t/codingstd/svn_id.t src/foo.c include/parrot/bar.h

DESCRIPTION ^

Makes sure that the Subversion (svn) Id keyword line (that which gets expanded to show filename, last modification date and last author information) exists within Parrot source files.

SEE ALSO ^

"pdds/pdd07_codingstd.pod" in docs


parrot