1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/p5-Tie-Simple/pkg-descr
Cheng-Lung Sung 2d8946c1e6 Add p5-Tie-Simple 1.03, variable ties made easier: much, much, much
easier.

PR:		ports/101156
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-01 12:55:43 +00:00

15 lines
681 B
Plaintext

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/