diff options
Diffstat (limited to 'perl/perl-Tie-Simple/README')
-rw-r--r-- | perl/perl-Tie-Simple/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Tie-Simple/README b/perl/perl-Tie-Simple/README new file mode 100644 index 000000000000..63cb733c81ac --- /dev/null +++ b/perl/perl-Tie-Simple/README @@ -0,0 +1,4 @@ +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. |