new XML parser based on XML::Bare
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 19:08:37 +0000 (19:08 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 19:08:37 +0000 (19:08 +0000)
commit3ed6a7db9923bbc2b4a9747e97c8928a2f2fcae6
treed174265bbf82d595baf0b112a312cbdce5c789af
parent441fa54478368fedae46f6b83a8d46852751769a
new XML parser based on XML::Bare

This switch from XML::Rules (which is nice, btw) is needed because Expat
parser userd by XML::Rules can't deal with invalid binary XML

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@260 836a5e1a-633d-0410-964b-294494ad4392
lib/CWMP/Parser.pm [new file with mode: 0644]
t/10-parser.t [new file with mode: 0755]