From: Dan Book Date: Sun, 8 Nov 2015 04:05:33 +0000 (-0500) Subject: more descriptive main description X-Git-Tag: v0.001~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a70ee9d2295cf74db3b0e2476e906cdcaee1ff3;hp=c67ce516df18c489938e7a98d18c60bf7a9e0000;p=catagits%2FDOM-Tiny.git more descriptive main description --- diff --git a/README.pod b/README.pod index 91da133..3c86b61 100644 --- a/README.pod +++ b/README.pod @@ -35,9 +35,11 @@ DOM::Tiny - Minimalistic HTML/XML DOM parser with CSS selectors =head1 DESCRIPTION -L is a minimalistic and relaxed HTML/XML DOM parser with CSS -selector support based on L. It will even try to interpret broken -HTML and XML, so you should not use it for validation. +L is a minimalistic and relaxed pure-perl HTML/XML DOM parser with +support for the L and +L based on L. It +will even try to interpret broken HTML and XML, so you should not use it for +validation. =head1 NODES AND ELEMENTS diff --git a/lib/DOM/Tiny.pm b/lib/DOM/Tiny.pm index abb3cc0..699ffd9 100644 --- a/lib/DOM/Tiny.pm +++ b/lib/DOM/Tiny.pm @@ -420,9 +420,11 @@ DOM::Tiny - Minimalistic HTML/XML DOM parser with CSS selectors =head1 DESCRIPTION -L is a minimalistic and relaxed HTML/XML DOM parser with CSS -selector support based on L. It will even try to interpret broken -HTML and XML, so you should not use it for validation. +L is a minimalistic and relaxed pure-perl HTML/XML DOM parser with +support for the L and +L based on L. It +will even try to interpret broken HTML and XML, so you should not use it for +validation. =head1 NODES AND ELEMENTS