diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-23 18:29:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-23 18:45:59 +0000 |
commit | c24c946d24c97d98baecdbf2c37823b55add8bcb (patch) | |
tree | 14eaac76ebfac2a2d7dcbae2d4309ca0f0deb7e8 /perly.act | |
parent | e8fb9efbf973fedc74b46a30a67b602d07f033e9 (diff) | |
download | perl-c24c946d24c97d98baecdbf2c37823b55add8bcb.tar.gz |
Store the SHA-256 of the source in files generated by regen_perly.pl
bison isn't available everywhere, so we can't simply re-run regen_perly.pl to
verify that perly.{act,h,tab} are up to date. So instead store the SHA-256 of
the input files, and extend t/porting/regen.t to check that the input files
haven't been changed subsequently.
Diffstat (limited to 'perly.act')
-rw-r--r-- | perly.act | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1709,4 +1709,7 @@ case 2: default: break; -/* ex: set ro: */ +/* Generated from: + * bd41fc813e5d2d23ff7edef2ab1ef88bbb054176476b7d989db7522dce1c9328 perly.y + * dc72db91baa0a3c17a6c95718e5ad70e9ac7b75919df1317df7fe6c3f1649239 regen_perly.pl + * ex: set ro: */ |