NOTICE: This package has been removed from pkgsrc

./wip/p5-aliased, Use shorter versions of class name

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.22, Package name: p5-aliased-0.22, Maintainer: athaba

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.


Required to build:
[devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: 9118f7962de5c5dd992c113944c8c88db6f88dcd
RMD160: 916ca5d288ce31738c2481a51232acfa1cc28fe2
Filesize: 6.441 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-12 19:37:30 by abs | Files touched by this commit (48) | Package removed
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
   2008-08-08 12:52:45 by Christian St. | Files touched by this commit (3) | Imported package
Log message:
Import p5-aliased-0.22 as wip/p5-aliased.

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.