r70827 - in /trunk/libhtml-selector-xpath-perl: Changes META.yml debian/changelog debian/copyright lib/HTML/Selector/XPath.pm

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


Author: jawnsy-guest
Date: Tue Mar  8 01:55:40 2011
New Revision: 70827

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70827
Log:
looks good, dch -r

Modified:
    trunk/libhtml-selector-xpath-perl/Changes
    trunk/libhtml-selector-xpath-perl/META.yml
    trunk/libhtml-selector-xpath-perl/debian/changelog
    trunk/libhtml-selector-xpath-perl/debian/copyright
    trunk/libhtml-selector-xpath-perl/lib/HTML/Selector/XPath.pm

Modified: trunk/libhtml-selector-xpath-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-selector-xpath-perl/Changes?rev=70827&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/Changes (original)
+++ trunk/libhtml-selector-xpath-perl/Changes Tue Mar  8 01:55:40 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: trunk/libhtml-selector-xpath-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-selector-xpath-perl/META.yml?rev=70827&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/META.yml (original)
+++ trunk/libhtml-selector-xpath-perl/META.yml Tue Mar  8 01:55:40 2011
@@ -23,4 +23,4 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.06
+version: 0.07

Modified: trunk/libhtml-selector-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-selector-xpath-perl/debian/changelog?rev=70827&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/changelog (original)
+++ trunk/libhtml-selector-xpath-perl/debian/changelog Tue Mar  8 01:55:40 2011
@@ -1,6 +1,4 @@
-libhtml-selector-xpath-perl (0.06-1) UNRELEASED; urgency=low
-
-  NEEDS copyright information from upstream
+libhtml-selector-xpath-perl (0.07-1) unstable; urgency=low
 
   [ gregor herrmann ]
   * New upstream release
@@ -21,7 +19,7 @@
   * Use new short debhelper rules format
   * Refresh copyright information
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 07 Mar 2011 20:05:09 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 07 Mar 2011 21:20:41 -0500
 
 libhtml-selector-xpath-perl (0.03-2) unstable; urgency=low
 

Modified: trunk/libhtml-selector-xpath-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-selector-xpath-perl/debian/copyright?rev=70827&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/copyright (original)
+++ trunk/libhtml-selector-xpath-perl/debian/copyright Tue Mar  8 01:55:40 2011
@@ -4,7 +4,8 @@
 Name: HTML-Selector-XPath
 
 Files: *
-Copyright: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Copyright: 2006-2011, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+ 2011, Max Maischein <corion at cpan.org>
 License: Artistic or GPL-1+
 
 Files: inc/Module/*

Modified: trunk/libhtml-selector-xpath-perl/lib/HTML/Selector/XPath.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-selector-xpath-perl/lib/HTML/Selector/XPath.pm?rev=70827&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/lib/HTML/Selector/XPath.pm (original)
+++ trunk/libhtml-selector-xpath-perl/lib/HTML/Selector/XPath.pm Tue Mar  8 01:55:40 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