HTML-Format-2.12/000755 000765 000024 00000000000 12606240657 013701 5ustar00nigelstaff000000 000000 HTML-Format-2.12/Build.PL000644 000765 000024 00000004352 12606240657 015201 0ustar00nigelstaff000000 000000 # This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.039. use strict; use warnings; use Module::Build 0.28; my %module_build_args = ( "build_requires" => { "Module::Build" => "0.28", "Test::CPAN::Meta" => 0, "Test::EOL" => 0, "Test::NoTabs" => 0 }, "configure_requires" => { "Module::Build" => "0.28" }, "dist_abstract" => "Base class for HTML formatters", "dist_author" => [ "Nigel Metheringham ", "Sean M Burke ", "Gisle Aas " ], "dist_name" => "HTML-Format", "dist_version" => "2.12", "license" => "perl", "module_name" => "HTML::Format", "recursive_test_files" => 1, "requires" => { "Carp" => 0, "Data::Dumper" => 0, "Encode" => 0, "Font::Metrics::Courier" => 0, "Font::Metrics::CourierBold" => 0, "Font::Metrics::CourierBoldOblique" => 0, "Font::Metrics::CourierOblique" => 0, "Font::Metrics::Helvetica" => 0, "Font::Metrics::HelveticaBold" => 0, "Font::Metrics::HelveticaBoldOblique" => 0, "Font::Metrics::HelveticaOblique" => 0, "Font::Metrics::TimesBold" => 0, "Font::Metrics::TimesBoldItalic" => 0, "Font::Metrics::TimesItalic" => 0, "Font::Metrics::TimesRoman" => 0, "HTML::Element" => "3.15", "HTML::TreeBuilder" => 0, "IO::File" => 0, "base" => 0, "integer" => 0, "parent" => 0, "perl" => "5.008", "strict" => 0, "utf8" => 0, "warnings" => 0 }, "test_requires" => { "File::Slurper" => 0, "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Scalar::Util" => 0, "Test::More" => "0.96", "blib" => "1.01", "bytes" => 0 } ); my %fallback_build_requires = ( "File::Slurper" => 0, "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Module::Build" => "0.28", "Scalar::Util" => 0, "Test::CPAN::Meta" => 0, "Test::EOL" => 0, "Test::More" => "0.96", "Test::NoTabs" => 0, "blib" => "1.01", "bytes" => 0 ); unless ( eval { Module::Build->VERSION(0.4004) } ) { delete $module_build_args{test_requires}; $module_build_args{build_requires} = \%fallback_build_requires; } my $build = Module::Build->new(%module_build_args); $build->create_build_script; HTML-Format-2.12/Changes000644 000765 000024 00000011230 12606240657 015171 0ustar00nigelstaff000000 000000 2.12 2015-10-10 17:49:45+01:00 Europe/London - Minor test related fixes - Transition to using File::Slurper in place of File::Slurp Thanks to Karen Etheridge for the patch - Add Travis CI integration 2.11 2013-10-27 20:57:23 Europe/London - Typo fixes from dsteinbrunner https://github.com/nigelm/html-format/pull/2 - Markdown support from mrallen1 https://github.com/nigelm/html-format/pull/1 2.10 2011-07-18 17:07:35 Europe/London - Tests reworked to not use subtests. Development versions of Test::More do not support subtests, and the smokers that are running with these dev versions then send me confusing test failures. This is a pain. 2.09 2011-07-15 14:20:12 Europe/London - Reworking of HTML quote issue in FormatPS - Now remap all double quotes to " in FormatPS (which is not really right, but the best I can do with latin1 output) 2.08 2011-07-13 16:20:54 Europe/London - RT#69426 - issues with HTML quotes - UTF8 handling requires perl 5.8, so minimum requirement bumped 2.07 2011-04-20 16:08:15 Europe/London - Release unchanged except for version number after a period to see if test release threw up any issues... 2.06 2011-04-15 12:01:33 Europe/London - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc 2.05 2011-02-18 11:28:33 Europe/London - Smoke tests on windows showed needed make PS tests less strict - Changed the github location to be all lowercase - Releasing this as a stop gap - will do further work now incompatibilities dealt with 2.04.02 2011-02-16 11:30:24 Europe/London - Added dependancies for font metrics files - Documentation tidy up - but needs further work - new TRIAL release - intend to push this as full release if OK 2.04.01 2011-02-14 20:26:07 Europe/London - Git conversion - Dist::Zilla conversion - RT#54636 - UNIVERSAL::Can deprecated - RT#56278 - RTF formatting parameters ignored by new - Start of a new test harness - TRIAL release pushed out. Aiming to improve docs and maybe hit rest of RT queue before a full release. 2.04 2004-06-01 Sean M. Burke - just cosmetic doc changes - Also, bumping all the version numbers up to 2.04 just for fun. 2.03 2002-11-22 Sean M. Burke - minor bugfix The lack of \plain's in HTML::FormatRTF's output was confusing some formatters. Fixed. 2.02 2002-11-16 Sean M. Burke - minor bugfix Changed the set_version_tag method in HTML::Formatter to avoid some undef warnings that "James W. Durkin" found. No big bug reports on the previous version, so maybe it's not so experimental after all! 2.01 2002-11-07 Sean M. Burke - experimental major version change - Added HTML::FormatRTF. - Lots of internal changes to HTML::FormatPS and HTML::Formatter. - Added format_file and format_string methods to HTML::Formatter. - Lots of little tidying up in the docs. 1.24 2002-10-29 Sean M. Burke - Just taking it over from Gisle, and releasing this to make sure CPAN et al register this change. 1.23 2000-06-09 Gisle Aas - Skip