Bug 101156 - [NEW PORT] devel/p5-Tie-Simple: Variable ties made easier: much, much, much easier
Summary: [NEW PORT] devel/p5-Tie-Simple: Variable ties made easier: much, much, much e...
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-08-01 11:00 UTC by gslin
Modified: 2006-08-01 13:57 UTC (History)
1 user (show)

See Also:


Attachments
p5-Tie-Simple-1.03.shar (2.74 KB, text/plain)
2006-08-01 11:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-01 11:00:30 UTC
This module adds the ability to quickly create new types of tie
objects without creating a complete class. It does so in such a way as
to try and make the programmers life easier when it comes to
single-use ties that I find myself wanting to use from time-to-time.

The Tie::Simple package is actually a front-end to other classes which
really do all the work once tied, but this package does the dwimming
to automatically figure out what you're trying to do.

I've tried to make this as intuitive as possible and dependent on
other bits of Perl where I can to minimize the need for documentation
and to make this extra, extra spiffy.

WWW:	http://search.cpan.org/dist/Tie-Simple/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 11:00:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-01 13:57:17 UTC
State Changed
From-To: open->closed

New port added. Thank You.