r70823 - in /branches/upstream/libhtml-selector-xpath-perl/current: Changes META.yml lib/HTML/Selector/XPath.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 8 01:38:01 UTC 2011


Author: jawnsy-guest
Date: Tue Mar  8 01:37:55 2011
New Revision: 70823

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70823
Log:
[svn-upgrade] new version libhtml-selector-xpath-perl (0.07)

Modified:
    branches/upstream/libhtml-selector-xpath-perl/current/Changes
    branches/upstream/libhtml-selector-xpath-perl/current/META.yml
    branches/upstream/libhtml-selector-xpath-perl/current/lib/HTML/Selector/XPath.pm

Modified: branches/upstream/libhtml-selector-xpath-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-selector-xpath-perl/current/Changes?rev=70823&op=diff
==============================================================================
--- branches/upstream/libhtml-selector-xpath-perl/current/Changes (original)
+++ branches/upstream/libhtml-selector-xpath-perl/current/Changes Tue Mar  8 01:37:55 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension HTML::Selector::XPath
+
+0.07 Mon Mar  7 17:07:39 PST 2011
+      - Added a COPYRIGHT section
 
 0.06 Thu Feb 17 13:54:45 PST 2011
       - Add CSS3 "=$" operator (Corion)

Modified: branches/upstream/libhtml-selector-xpath-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-selector-xpath-perl/current/META.yml?rev=70823&op=diff
==============================================================================
--- branches/upstream/libhtml-selector-xpath-perl/current/META.yml (original)
+++ branches/upstream/libhtml-selector-xpath-perl/current/META.yml Tue Mar  8 01:37:55 2011
@@ -23,4 +23,4 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.06
+version: 0.07

Modified: branches/upstream/libhtml-selector-xpath-perl/current/lib/HTML/Selector/XPath.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-selector-xpath-perl/current/lib/HTML/Selector/XPath.pm?rev=70823&op=diff
==============================================================================
--- branches/upstream/libhtml-selector-xpath-perl/current/lib/HTML/Selector/XPath.pm (original)
+++ branches/upstream/libhtml-selector-xpath-perl/current/lib/HTML/Selector/XPath.pm Tue Mar  8 01:37:55 2011
@@ -2,7 +2,7 @@
 
 use strict;
 use 5.008_001;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 require Exporter;
 our @EXPORT_OK = qw(selector_to_xpath);
@@ -265,11 +265,17 @@
 numbers), but this module ignores that and tries to generate
 an equivalent XPath expression anyway.
 
+=head1 COPYRIGHT
+
+Tatsuhiko Miyagawa 2006-2011
+
+Max Maischein 2011-
+
 =head1 AUTHOR
 
 Tatsuhiko Miyagawa E<lt>miyagawa at bulknews.netE<gt>
 
-Most of the code is based on Joe Hewitt's getElementsBySelector.js on
+Most of the logic is based on Joe Hewitt's getElementsBySelector.js on
 L<http://www.joehewitt.com/blog/2006-03-20.php> and Andrew Dupont's
 patch to Prototype.js on L<http://dev.rubyonrails.org/ticket/5171>,
 but slightly modified using Aristotle Pegaltzis' CSS to XPath




More information about the Pkg-perl-cvs-commits mailing list