Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

jmmills/object-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Enum

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Object::Enum

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Object-Enum

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Object-Enum

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Object-Enum

    CPAN Ratings:
        http://cpanratings.perl.org/d/Object-Enum

    Github repository:
        https://github.com/jmmills/object-enum

COPYRIGHT AND LICENCE

Copyright (C) 2006 Hans Dieter Pearcey

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