From 80e87196b11c6b0fc377b379af01175adda01a22 Mon Sep 17 00:00:00 2001 From: mirod Date: Tue, 20 Sep 2011 03:23:03 +0200 Subject: [PATCH] updated the README --- .README.swp | Bin 0 -> 12288 bytes README | 70 ++++++++++++++++++++++++++---------------------------------- 2 files changed, 30 insertions(+), 40 deletions(-) create mode 100644 .README.swp rewrite README (61%) diff --git a/.README.swp b/.README.swp new file mode 100644 index 0000000000000000000000000000000000000000..df1cad012d7f32ef31d03d11fedee5dceae39c05 GIT binary patch literal 12288 zcwX(A%Wl&^6hLnf3q&c;eRTl|QK@6l7?0b!K*cY> zAFyD-C%_W;1%3e`!~(&R1zg7s6j2eisw!07BOTeE%zez*n%8hG7_nVU8H4mw_L2JVuU@nQa+{VHk#C z7=~dOhB-P28{o?+fJdXy|NlSv4dCM$fOq6uG9nGxAsup_ERt8qG4dRlA%XmM8sIDW zntVmRAfJ&>$%o`7*&yrW3Gxlq+#(;3ruCa-nfy%syd)h`l3DV@2*7jl9$6n5vM7dO z7=~dOhB+jJ!8nLC2ECoX3#oaIh)0hqK8^9n-@qO9|Bn=MmmGf#?WM+E=KkZZ7>s<66H=q2+wP_^R+xOIw9Tt9E20 zWu}Jhe4w!#*vg6N+gs3!wd%MAua?Jgs!+I=ohnRDVmrpVT6Lv|OX(Zna+4-6Ht#M~ zZ!NU2)Tm&sTDBTx3jlGYUMm(?n!>o2-%-A#p@mj5)}p3vrZ0;_+A$T5JV|Xmh?JIL zvIn8Wpuf`evoPs#du2+7MSzOcv>FvER<)LsaS6=H+Az}Z-vAT*y)+7@ f=R(+a(mM9{0cC$9cAXAzV>pn6Wp_kn)4cE#bRWqp literal 0 HcwPel00001 diff --git a/README b/README dissimilarity index 61% index aa42027..833a65f 100644 --- a/README +++ b/README @@ -1,40 +1,30 @@ -HTML-TreeBuilder-XPath version 0.01 -=================================== - -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. - -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. - -INSTALLATION - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - -DEPENDENCIES - -This module requires these other modules and libraries: - - blah blah blah - -COPYRIGHT AND LICENCE - -Put the correct copyright and licence information here. - -Copyright (C) 2004 by Michel Rodriguez - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, -at your option, any later version of Perl 5 you may have available. - - +HTML-TreeBuilder-XPath +=================================== + +Extension to HTML::TreeBuilder that adds an XPath engine to HTML::TreeBuilder + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires these other modules and libraries: + + HTML::TreeBuilder + XML::XPathEngine + +COPYRIGHT AND LICENCE + +Copyright (C) 2006-2011 by Michel Rodriguez + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. + + -- 2.11.4.GIT