Skip to content
/ self Public
forked from gugod/self

(Perl) Provides "self" and "args" keywords in your OO program.

Notifications You must be signed in to change notification settings

rafl/self

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self.pm version 0.0.1

self.pm provides 'self' and 'args' methods for your Perl OO modules, so you don't need to
say:

    my $self = shift;

This is no source filter.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2007, Kang-min Liu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

(Perl) Provides "self" and "args" keywords in your OO program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%