From df1108779b56a86ecccc268d43c9df1410d2b338 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 27 Dec 2014 12:13:53 +0200 Subject: [PATCH] Add a README and update POD description --- README | 41 +++++++++++++++++++++++++++++++++++++ lib/HTML/Element/Library.pm | 6 +----- 2 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 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. diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index d4d82b8..0383f32 100644 --- a/lib/HTML/Element/Library.pm +++ b/lib/HTML/Element/Library.pm @@ -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:::Element::Library provides extra methods for HTML::Element. =head1 METHODS -The test suite contains examples of each of these methods in a file -C - =head2 Positional Querying Methods =head3 $elem->siblings -- 2.30.2