r61630 - in /trunk/libsgml-parser-opensp-perl: debian/changelog debian/libsgml-parser-opensp-perl.docs lib/SGML/Parser/OpenSP.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Aug 15 20:14:29 UTC 2010


Author: periapt-guest
Date: Sun Aug 15 20:11:55 2010
New Revision: 61630

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61630
Log:
Removed README from docs

Removed:
    trunk/libsgml-parser-opensp-perl/debian/libsgml-parser-opensp-perl.docs
Modified:
    trunk/libsgml-parser-opensp-perl/debian/changelog
    trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm

Modified: trunk/libsgml-parser-opensp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/debian/changelog?rev=61630&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/debian/changelog (original)
+++ trunk/libsgml-parser-opensp-perl/debian/changelog Sun Aug 15 20:11:55 2010
@@ -1,16 +1,13 @@
 libsgml-parser-opensp-perl (0.994-1) UNRELEASED; urgency=low
 
   TODO:
-  - Remove README from docs
   - two tests not being run under pbuilder, so add deps to B-D-I
   - years missing from copyright
   - maybe the .pl could be left executable in the examples dir?
-  - also, the patch has been committed to the working dir - I'm not sure
-    whether this is correct with source format 3.0, but we'd better
-    figure it out and decide. Hmm.
 
   * Initial Release. (Closes: #590063)
   * use 'GPL-1' not 'GPL' in debian/copyright
   * Patched two incorrectly spelt words in the docs 
+  * Removed README from docs
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 10 Aug 2010 22:08:19 +0100

Modified: trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm?rev=61630&op=diff
==============================================================================
--- trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm (original)
+++ trunk/libsgml-parser-opensp-perl/lib/SGML/Parser/OpenSP.pm Sun Aug 15 20:11:55 2010
@@ -491,7 +491,7 @@
 
 =item refc 
 
-Warn about omitted refc delimiters. 
+Warn about ommitted refc delimiters. 
 
 =item temp-ms 
 
@@ -527,7 +527,7 @@
 
 =item missing-att-name 
 
-Warn about omitted attribute names in start tags. 
+Warn about ommitted attribute names in start tags. 
 
 =item comment-decl-s 
 
@@ -613,7 +613,7 @@
 
 =head1 PROCESSING FILES
 
-In order to start processing of a document and receive events, the
+In order to start processing of a document and recieve events, the
 C<parse> method must be called. It takes one argument specifying
 the path to a file (not a file handle). You must set an event handler
 using the C<handler> method prior to using this method. The return




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