Bug 100094 - [NEW-PORT] devel/p5-Devel-LexAlias: alias lexical variables
Summary: [NEW-PORT] devel/p5-Devel-LexAlias: alias lexical variables
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 18:00 UTC by Ying-Chieh Chen
Modified: 2006-07-13 03:35 UTC (History)
0 users

See Also:


Attachments
p5-Devel-LexAlias.shar (2.83 KB, text/plain)
2006-07-11 18:00 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 18:00:30 UTC
	Description from the homepage:
	
	Devel::LexAlias provides the ability to alias a lexical variable in a
	subroutines scope to one of your choosing.
	
	If you don't know why you'd want to do this, I'd suggest that you skip
	this module. If you think you have a use for it, I'd insist on it.
	
	Still here?
	
	lexalias( $where, $name, $variable )
	
	    $where refers to the subroutine in which to alias the lexical, it
	     can be a coderef or a call level such that you'd give to caller
	
	    $name is the name of the lexical within that subroutine
	
	    $variable is a reference to the variable to install at that location
	
	WWW: http://search.cpan.org/dist/Devel-LexAlias/

	Generated with my own hands v1.1
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 23:35:06 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 03:32:59 UTC
State Changed
From-To: open->closed

New port added. Thank you. 
Also notes that I've made some changes.