Commit graph

5 commits

Author SHA1 Message Date
sno
61db014192 PkgSrc changes:
- Updating package for p5 module Data::Dump to 1.14 from 1.08
  - Setting license to gnu-gpl-v2

Upstream changes:
2009-01-12  Gisle Aas <gisle@ActiveState.com>

   Release 1.14

   Data::Dump::Trace enhancements:
      - trace() function
      - prototypes

2009-01-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.13

   Added the Data::Dump::Trace module

2008-10-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.12

   Documentation tweaks.

2008-08-23  Gisle Aas <gisle@ActiveState.com>

   Release 1.11

   Documentation tweaks.

2008-08-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.10

   Add the functions quote(), dd() and ddx().

   Fix segfault when duming large repeated strings [RT#33520]

   Incorporated documentation improvements from Mark Stosberg

   Apply Data-Dump-1.08-ANDK-01.patch from CPAN.  Might do some
   good on older perls I guess.
2009-04-29 20:01:21 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
heinz
99eaffe7d3 Updated to version 1.08.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 1.06:
=====================================
2006-11-29  Gisle Aas <gisle@ActiveState.com>
   Release 1.08
   By popular demand; don't put underscore into dumped integers
   to group thousands.

2006-11-24  Gisle Aas <gisle@ActiveState.com>
   Release 1.07
   Remove unused code.
   Add some more tests.
2008-01-09 01:21:49 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
412c348436 Import devel/Data-Dump-1.06
This module provides a single function called dump() that takes a
list of values as its argument and produces a string as its result.
The string contains Perl code that, when evaled, produces a deep
copy of the original arguments. The string is formatted for easy
reading.

If dump() is called in a void context, then the dump is printed on
STDERR instead of being returned.

If you don't like importing a function that overrides Perl's
not-so-useful builtin, then you can also import the same function
as pp(), mnemonic for "pretty-print".
2006-08-10 14:15:29 +00:00