Commit graph

11 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rhaen
c0a5854106 Updated to 0.11
Changes:
0.11
    +   fixed RT #81922: tests no longer hang on Win32.  Didn't get to the bottom
        of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely),
        but worked around it.
    +   fixed a bug on Win32 where default js_uris & css_uris were being mangled:
        "C:%5C..." vs "C:\".  May have affected other Win32 URIs too.

0.10
    +   fixed RT #82738: color method was not implemented.
    +   fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC,
        now it is set to parent directory TAP::Formatter::HTML was loaded from.
2013-01-27 10:25:29 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
rhaen
571e1f7fda - updated to 0.09
Changelog:
0.09
    +   upgraded to jQuery 1.4.2
    +   updated App::Prove::Plugin::HTML to simplify cmdline usage to the
    extent possible.
    +   fixed RT #41457 & RT #49621: applied Neil Hemingway, Tim Esselens, and
        Panu Ervamaa's patches, and got everything working.  This addresses:
        +   small changes to the top-left corner menu (default_report.css)
        to render it corretly with Firefox 3 (Linux)
        +   inline_js fix
        +   added support for force_inline_js (not on by default, including
        jQuery inline causes errors)
        +   fixed bug in handling of parse_errors in default_report.tt
        +   fixed bug: nothing happens when I click on the test output.
        +   XHTML support
    +   fixed bug: click on summary changes location
    +   fixed 2 minor javascript bugs where '#' was being used as a jQuery id ref
    +   added new feature: column sorting via Christian Bach's jquery.tablesorter
    plugin (bundled from http://tablesorter.com). optional.
    +   added new feature: up to top of test when the test filename is no longer
    visible
2010-12-17 22:23:05 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
rhaen
36137e6f17 - updated to 0.08
- added Perl license term
Changelog upstream:
0.08
    +	applied Steffen Schwigon's patch to display YAML TAP as
	pre-formatted text.
    +	fixed RT #43871: missing dep on File::Temp 0.17
	[reported by Paddy Newman]
    +	fixed RT #37983: CSS and JS Paths on Win32 get mangled
	and documented solution. [reported by Chris Davaz]
    +	wrote some selenium tests, finally.  found & fixed small bug where
	a test's html_id wasn't being set.
    +	fixed RT #48296: pod for js_uris mentions styles, not scripts
	[reported by Slaven Rezić]
    +	started on RT #41457: only got "incline_js" fixed
	[reported by Neil Hemingway]
2009-10-12 11:24:46 +00:00
rhaen
38a77fb531 This module provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness. It is largely based on ideas from
TAP::Test::HTMLMatrix (which was built on Test::Harness and thus
had a few limitations - hence this module).
2009-02-23 00:07:23 +00:00