Commit graph

11 commits

Author SHA1 Message Date
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
wen
f81f762191 Update to 3.022000
Upstream changes:
3.022000 December 2012
       * tests ignore.t don't depend on proberef order
2012-12-01 11:51:01 +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
wen
e211f88af5 Fix PKGNAME 2012-09-15 14:47:53 +00:00
wen
abba807b09 Updated to 3.020000
Updated DESCR

Upstream changes:
3.020000 July 2012
       * new destructor_method option

3.018000 June 2012
       * new options ignore_preds, ignore_object, ignore_objects

3.016000 May 2012
       * new ignore_class and ignore_classes options

3.014000 February 2012
       * tests force Dumper sortkeys

3.012000 February 2012
       * tests allow for "at line 123." with a "."

3.010000 February 2012
       * constructor can return multiple values

3.008000 January 2012
       * Try for Perl 5.6.0 too.
       * XSUB bits in the main docs.
       * Slightly more compact SYNOPSIS.

3.007_001 Sun Jan  6 19:58:00 PST 2012
       * Cope with some tied glob warnings of perl 5.14 and up.

3.007_000 Sun Jan  1 17:29:41 PST 2012
       * New developer's release
       * Add Kevin Ryde's XSUB doc
2012-09-15 14:43:53 +00:00
hiramatsu
d4185de26b Update p5-Test-Weaken to 3.006000.
Changes from previous:
----------------------
3.006000 Mon Nov 15 20:52:06 2010
        * Documentation changes
        * Added Test::Weaken::Gtk2 to SEE ALSO
2011-12-14 03:14:06 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
5d0aed1b1f Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000
Upstream changes:
3.004000 Sun May 16 15:36:51 2010
        * Ticket 56722:
          When addition is overloaded, it confuses Test::Weaken.
2010-08-31 06:02:41 +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
sno
88318cb93d Importing devel/p5-Test-Weaken - p5 package for Test::Weaken 3.002000 as
dependency for scheduled update of textproc/p5-XML-RAI to 1.3031.

A memory leak occurs when a Perl data structure is destroyed but some of
the contents of that structure are not freed. Leaked memory is a useless
overhead. Leaks can significantly impact system performance. They can also
cause an application to abend due to lack of memory.

In Perl, circular references are a common cause of memory leaks. Circular
references are allowed in Perl, but data structures containing circular
references will leak memory unless the programmer takes specific measures
to prevent leaks. Preventive measures include weakening the references
and arranging to break the reference cycle just before the structure is
destroyed.

When using circular references, it is easy to misdesign or misimplement a
scheme for preventing memory leaks. Mistakes of this kind have been hard to
detect in a test suite.

Test::Weaken allows easy detection of unfreed Perl data. Test::Weaken allows
you to examine the unfreed data, even data that would usually have been made
inaccessible.

Test::Weaken frees the test structure, then looks to see if any of the
contents of the structure were not actually deallocated. By default,
Test::Weaken determines the contents of a data structure by examining
arrays and hashes, by following references, and by following tied variables
to their underlying object. Test::Weaken does this recursively to unlimited
depth.

Test::Weaken can deal with circular references without going into infinite
loops. Test::Weaken will not visit the same Perl data object twice.
2009-09-19 22:00:10 +00:00