Add a README and update POD description
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Dec 2014 10:13:53 +0000 (12:13 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Dec 2014 10:13:53 +0000 (12:13 +0200)
README [new file with mode: 0644]
lib/HTML/Element/Library.pm

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..1af37e7
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+HTML-Element-Library version 5.120100
+=====================================
+
+HTML-Element-Library provides more methods for HTML::Element.
+Read the POD for more information.
+
+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:
+
+* Array::Group
+* Data::Rmap
+* File::Slurp
+* HTML::Element
+* HTML::FillInForm
+* HTML::PrettyPrinter
+* List::MoreUTils
+* List::Rotation::Cycle
+* List::Util
+* Params::Validate
+* Scalar::Listify
+* Test::More
+* Test::XML
+
+COPYRIGHT AND LICENCE
+
+Coypright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2004-2012 by Terrence Brannon
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.18.1 or,
+at your option, any later version of Perl 5 you may have available.
index d4d82b8f54c489a4d38b30f62d7835772478d7df..0383f321304367099ca0dae1711d0dd11758f9a1 100644 (file)
@@ -697,14 +697,10 @@ HTML::Element::Library - HTML::Element convenience functions
 
 =head1 DESCRIPTION
 
-This method provides API calls for common actions on trees when using
-L<HTML::Tree>.
+HTML:::Element::Library provides extra methods for HTML::Element.
 
 =head1 METHODS
 
-The test suite contains examples of each of these methods in a file
-C<t/$method.t>
-
 =head2 Positional Querying Methods
 
 =head3 $elem->siblings
This page took 0.012512 seconds and 4 git commands to generate.