Subject: CVS commit: pkgsrc/devel/p5-Carp-Clan
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/27/2007 12:36:39
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Feb 27 12:36:39 UTC 2007

Modified Files:
	pkgsrc/devel/p5-Carp-Clan: Makefile distinfo

Log Message:
Update to 5.8:

Version 5.8   09.10.2006
 + Stop testing that ->VERSION is a specific thing. I'm not sure why
   that was ever tested in the first place.

Version 5.7   02.10.2006
 +  Stop PAUSE from attempting to index DB package.

Version 5.6   02.10.2006

 +  Fixed test to predefined croak/confess/cluck/carp functions don't
    break tests.
 +  Use Object::Deadly even saner.
 +  Use named lexicals in diag().
 +  Skip testing import of carp/croak/cluck/confess if they existed
    prior to loading Carp::Clan.
 +  Use exists &foo/defined &foo instead of symbol table hackery.
 +  Remove all the symbol table hackery that had notes about avoiding
    symrefs. That's dumb. It's better to be clear and have symrefs
    than have unreadble code w/o symrefs.
 +  Remove gratituous & sigil on function calls.
 +  Changed f() so it accepts 1st parameter of carp/cluck/confess/croak
    instead of 1/2/3/4.
 +  Renamed files.

Version 5.5   02.10.2006
 +  Change 01_..._carp.t to use Object::Deadly only if it is 0.08+
 +  Changed wording of the O::D request in Makefile.PL
 +  Allowed everything to be perltidied.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-Carp-Clan/Makefile
cvs rdiff -r1.1.1.2 -r1.2 pkgsrc/devel/p5-Carp-Clan/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.