Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemcmahon/symbol-glob

Easy interface to manipulate a glob
https://github.com/joemcmahon/symbol-glob

Last synced: 11 days ago
JSON representation

Easy interface to manipulate a glob

Awesome Lists containing this project

README

        

Symbol-Glob version 0.01

Symbol::Glob provides an easy interface to manipulate a
glob. You can dynamically define or undefine symbols at any time.

This is most commonly used to undefine a subroutine
at runtime.

Suggested by Ovid; written as a learning exercise in
using Class::Std for a more adventurous class.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

Class::Std, Class::Std::Utils.

COPYRIGHT AND LICENCE

Copyright (C) 2005, Joe McMahon

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