- 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.
- 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)
- RT#69426 - issues with HTML quotes
- UTF8 handling requires perl 5.8, so minimum requirement bumped
- Release unchanged except for version number after a period
to see if test release threw up any issues...
- 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
- 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
- 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
- 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.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Change log:
2004-06-01 Sean M. Burke <sburke@cpan.org>
Release 2.04 -- just cosmetic doc changes
Also, bumping all the version numbers up to 2.04 just for fun.
Changed MAINTAINER to myself.
Added HOMEPAGE.
Changes since 1.23:
2002-11-22 Sean M. Burke <sburke@cpan.org>
Release 2.03 -- minor bugfix
The lack of \plain's in HTML::FormatRTF's output was confusing some
formatters. Fixed.
2002-11-16 Sean M. Burke <sburke@cpan.org>
Release 2.02 -- minor bugfix
No big bug reports on the previous version, so maybe it's not so
experimental after all!
Changed the set_version_tag method in HTML::Formatter to avoid some
undef warnings that "James W. Durkin" <jwd@phonogram.net> found.
2002-11-07 Sean M. Burke <sburke@cpan.org>
Release 2.01 - 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.
2002-10-29 Sean M. Burke <sburke@cpan.org>
Release 1.24
Just taking it over from Gisle, and releasing this to make sure
CPAN et al register this change.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.