From: Mischa Poslawsky Date: Wed, 25 Feb 2009 10:35:02 +0000 (+0100) Subject: parse-wormedit: support older wormedit versions X-Git-Url: http://git.shiar.nl/wormy.git/commitdiff_plain/7e3af99422406dfbf962f92927e77b6907e3f757?hp=7e3af99422406dfbf962f92927e77b6907e3f757 parse-wormedit: support older wormedit versions Detect earlier version 95, 94, and 93 headers (or by --version override), and parse data accordingly (each former format is mostly a subset; hide output if it's not present yet). For version 95 there was also an intermediate file in history, which has been rewritten to specify (sub)version 94 in order to be able to detect it automatically. Uses Perl v5.10 features for slightly nicer code (wasn't necessary, but compatibility is unlikely to be an issue (who else is gonna run this code anyway?)). ---