Bug 100093 - [NEW-PORT] ports/devel/p5-Devel-Caller
Summary: [NEW-PORT] ports/devel/p5-Devel-Caller
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 16:50 UTC by Ying-Chieh Chen
Modified: 2006-07-13 02:03 UTC (History)
0 users

See Also:


Attachments
file.shar (2.52 KB, text/plain)
2006-07-11 16:50 UTC, Ying-Chieh Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Chen 2006-07-11 16:50:13 UTC
	Devel::Caller - meatier versions of caller

	SYNOPSIS

	 use Devel::Caller qw(caller_cv);
	 $foo = sub { print "huzzah\n" if $foo == caller_cv(0) };
	 $foo->();  # prints huzzah

	 use Devel::Caller qw(called_with);
	 sub foo { print called_with(0,1); }
	 foo( my @foo ); # should print '@foo'

	WWW: http://search.cpan.org/dist/Devel-Caller/

	Generated with my own hand v1.1
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 16:51:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-13 02:03:44 UTC
State Changed
From-To: open->closed

New port added. Thank You.