This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.007
in repository libxml-saxon-xslt2-perl.

commit a2758598f808b458f6e310915101e85579b7b13f
Author: Toby Inkster <m...@tobyinkster.co.uk>
Date:   Fri Oct 7 00:14:49 2011 +0000

    new release
    
    --HG--
    branch : XML-Saxon-XSLT2
    extra : convert_revision : 
svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-Saxon-XSLT2%40957
---
 XML-Saxon-XSLT2-0.006.tar.gz | Bin 0 -> 49415 bytes
 lib/XML/Saxon/XSLT2.pm       |  13 +++++--------
 meta/changes.ttl             |  12 ++++++++++++
 xt/04eol.t                   |   2 ++
 4 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/XML-Saxon-XSLT2-0.006.tar.gz b/XML-Saxon-XSLT2-0.006.tar.gz
new file mode 100644
index 0000000..2eacfe9
Binary files /dev/null and b/XML-Saxon-XSLT2-0.006.tar.gz differ
diff --git a/lib/XML/Saxon/XSLT2.pm b/lib/XML/Saxon/XSLT2.pm
index 3c9f779..8489353 100644
--- a/lib/XML/Saxon/XSLT2.pm
+++ b/lib/XML/Saxon/XSLT2.pm
@@ -8,7 +8,7 @@ use IO::Handle;
 use Scalar::Util qw[blessed];
 use XML::LibXML;
 
-our $VERSION = '0.005';
+our $VERSION = '0.006';
 my $classpath;
 
 BEGIN
@@ -262,16 +262,13 @@ Run a transformation, returning the output as a string.
 $doc may be a string, a file handle or an L<XML::LibXML::Document>.
 
 $output_method may be 'xml', 'xhtml', 'html' or 'text' to override
-the XSLT output method.
+the XSLT output method; or 'default' to use the output method specified
+in the XSLT file. 'default' is the default. In the current release,
+'default' is also broken. :-(
 
 =item C<< $trans->transform_document($doc, [$output_method]) >>
 
-Run a transformation, returning the output as an L<XML::LibXML::Document>.
-
-$doc may be a string, a file handle or an L<XML::LibXML::Document>.
-
-$output_method may be 'xml', 'xhtml', 'html' or 'text' to override
-the XSLT output method.
+As per <transform>, but returns the output as an L<XML::LibXML::Document>.
 
 This method is slower than C<transform>.
 
diff --git a/meta/changes.ttl b/meta/changes.ttl
index d75876c..10f93e3 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -61,3 +61,15 @@ my:v_0-005
                dcs:versus my:v_0-004 ;
                dcs:item [ rdfs:label "Change how $classpath is 
constructed."@en ; a dcs:Bugfix ; dcs:fixes [ dbug:id "66276" ; rdfs:label 
"Classpath is searched in wrong order" ] ]
                ] .
+
+my:project :release my:v_0-006 .
+my:v_0-006
+       a               :Version ;
+       dc:issued       "2011-10-06"^^xsd:date ;
+       :revision       "0.006"^^xsd:string ;
+       :file-release   
<http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.006.tar.gz>
 ;
+       dcs:changeset [
+               dcs:versus my:v_0-005 ;
+               dcs:item   [ a dcs:Packaging ; rdfs:label "Upgrade 
Module::Package::RDF version."@en ] ;
+               dcs:item   [ a dcs:Documentation ; rdfs:label "Mention that the 
'default' value for the output format of the 'transform' method is broken."@en 
] 
+       ] .
diff --git a/xt/04eol.t b/xt/04eol.t
new file mode 100644
index 0000000..96aa016
--- /dev/null
+++ b/xt/04eol.t
@@ -0,0 +1,2 @@
+use Test::EOL;
+all_perl_files_ok();
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxml-saxon-xslt2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to