parse-wormedit: declare hardcoded bytes in unpackf template
authorMischa Poslawsky <wormy@shiar.org>
Tue, 3 Mar 2009 14:00:08 +0000 (15:00 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Wed, 4 Mar 2009 14:28:21 +0000 (15:28 +0100)
Recognise a new template value '=$N' (where $N is any number) in
Parse::Binary::Nested to insert a hardcoded value instead of reading it.
This allows object structures of v90 files without type declarations to
be returned in the same format as newer versions.  Still requires some
custom merging of the multiple arrays afterwards, but this may be solved
later on.


No differences found