parse-wormedit: seperate parsing module Parse::Binary::Nested
authorMischa Poslawsky <wormy@shiar.org>
Mon, 2 Mar 2009 16:25:12 +0000 (17:25 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Wed, 4 Mar 2009 14:28:15 +0000 (15:28 +0100)
commit3f547138025ead9303d443e1d41e5e4c884c570d
tree251e18debffbed015db64ba4a24fd973957baca0
parent7c64957ec9a87cf71ccf5fa7c28bb8c37b27efc6
parse-wormedit: seperate parsing module Parse::Binary::Nested

Make the package a (mostly) stand-alone include, potientially reusable by
other projects, but primarily keeping it more maintainable (uncluttered
code, testable, and allowing futher modularisation of file parsers).
Parse/Binary/Nested.pm [new file with mode: 0644]
parse-wormedit
t/parser.t [new file with mode: 0644]