0.0506 Sun 13 Jan 23:49:50 IST 2013
- Fix the << has '+module_base' >> to be a dist name (with -s)
instead of a module name (with ::).
0.0505 Sun 13 Jan 23:37:36 IST 2013
- Fix the output_mode parameter and better document it.
- Fix some test failures.
- Thanks to Anreas Koenig for some debugging assitance.
0.0504 Sun 6 Jan 14:15:20 IST 2013
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=82510
- Test suite takes forever to run due to loading DTDs from
the W3C site, which is throttled.
- Thanks to SREZIC for the report and analysis.
0.0503 Sun 6 Jan 11:59:39 IST 2013
- Convert lib/XML/Grammar/Fortune/ToText.pm to
<<use MooX 'late'>> .
- Removed bin/web-feed-synicate.pl - it was superseded by
http://metacpan.org/module/XML::Grammar::Fortune::Synd::App .
0.0502 Sun 6 Jan 11:29:29 IST 2013
- Add t/00basic.t (for libxml2 diagnosis) and set the minimum
XML::LibXML version to 2.0014, to avoid test failures.
0.0501 Thu 3 Jan 13:54:36 IST 2013
- Convert lib/XML/Grammar/Fortune.pm to XML::GrammarBase .
0.0500 Fri Apr 22 15:40:06 IDT 2011
- Add support for the <italics> tag to the screenplay.
- Fix the rendering of <bold> and <italics> inside a <screenplay>
fortune as text.
- Clarified the license and POD of XML::Grammar::Fortune::ToText .
and XML::Grammar::Fortune .
- Add a more meaningful synposis to XML::Grammar::Fortune::ToText.
0.0400 Thu Oct 21 19:44:19 IST 2010
- Squash spaces in the text output of the <info /> fields like
<work /> , <author />, etc. This was a bug that caused that such tags
with newlines would render improperly in fortunes.
- Converted to use File::ShareDir for the extradata directory.
This was done per the advice given here:
- http://www.nntp.perl.org/group/perl.module.build/2010/10/msg2765.html .
- Many refactorings in lib/XML/Grammar/Fortune/ToText.pm .
0.0300 Sat Sep 25 20:05:32 IST 2010
- Add support for text-rendering of the Screenplay-XML <inlinedesc>
tag, so it will now render as '[' ... ']' inside the paragraphs.
- Add the tag-release.pl file to tag a release to the Subversion
repository.
0.0200 Thu Jan 21 19:10:28 IST 2010
- Fixed some validation errors in the XSLT stylesheet that caused
the Firefox and Opera browser to give up with an error.
- <xsl:call-template /> cannot operate on an <xsl:value-of />
or have a select="." attribute.
- <xsl:apply-templates /> has a mode="..." attribute instead
of a name="..." attribute.
- Now the conversion-to-text supports more tags and elements
that were previously mis-handled (with tests).
- Add keywords to the META.yml.
0.0109 Sat Oct 31 14:44:35 IST 2009
- Fixed the tests if XML-LibXSLT generates indented XML.
- as is the case on Mandriva Cooker and other systems.
- http://nntp.x.perl.org/group/perl.cpan.testers/5800617
- was done by removing indentation from both places.
0.0108 Wed Mar 4 22:10:25 IST 2009
- Sorted out the installation of the extradata elements.
0.0107 Tue Mar 3 19:58:34 IST 2009
- converted Build.PL to inc/XML/Grammar/Builder.pm .
0.0106 Mon Feb 16 10:14:43 IST 2009
- set the minimum version of perl that can compile this module,
to perl-5.8.x as it requires some ":utf8" stuff, and fails on
perl-5.6.x:
- http://nntp.x.perl.org/group/perl.cpan.testers/3301395
0.0105 Sat Feb 14 21:18:05 IST 2009
- avoided creating an xmlns="" attribute in the output of several
elements which caused the XHTML to be invalid.
0.0104 Thu Aug 21 17:39:45 IDT 2008
- Removed a binmode ":utf8" call from t/to-xhtml.t to settle
XML-LibXML on Mandriva Cooker and elsewhere.
- see https://qa.mandriva.com/show_bug.cgi?id=41993
0.0103 Sat Aug 2 11:15:14 IDT 2008
- "documented" open in lib/XML/Grammar/Fortune.pm due to its
use Fatal call to settle t/pod-coverage.t.
0.0102 Thu Jul 31 15:58:08 IDT 2008
- Converted create_makefile_pl from "traditional" to
"passthrough" so it will run Build.PL and avoid the various
problems inherent in depending on the Makefile.PL generation.
- Hopefully it will silence CPAN Testers warnings such as:
- http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1958808.html
0.0101 Fri Jul 25 17:24:08 IDT 2008
- Added the _data_dir() to the XSLT - it was an installation
copy-and-paste bug.
0.01 Wed Jul 16 15:17:25 IDT 2008
- First version - implementing IRC conversations, <quote>,
<screenplay> and raw messages.
- No "human-friendly" documentation for the XML format, but there's
a Relax NG, and comprehensive examples, both for testing
and on http://www.shlomifish.org/humour/fortunes/ .