diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2018-03-21 16:49:02 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-21 16:49:02 +0000 |
commit | 96ab5dbe9d4c21101738c091fd6e5314b8de6910 (patch) | |
tree | a656b4450cb68423433df4f2bd52f434c6169fb8 /perl/perl-aliased/README | |
parent | f7f9f381ff7a1c8ba3778475d31ca750e29dd5be (diff) |
perl/perl-aliased: Added (Use shorter versions of class names).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-aliased/README')
-rw-r--r-- | perl/perl-aliased/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-aliased/README b/perl/perl-aliased/README new file mode 100644 index 0000000000000..ddfb9b1f6a31e --- /dev/null +++ b/perl/perl-aliased/README @@ -0,0 +1,5 @@ +aliased is simple in concept but is a rather handy module. It loads the +class you specify and exports into your namespace a subroutine that +returns the class name. You can explicitly alias the class to another +name or, if you prefer, you can do so implicitly. In the latter case, +the name of the subroutine is the last part of the class name. |