| parrotcode: checks for an svn Id keyword line in parrot source files | |
| Contents | Tests | 

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

    # 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

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.

|  |   |