Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joemcmahon/symbol-glob
- Owner: joemcmahon
- Created: 2009-08-20T23:55:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T19:38:43.000Z (almost 4 years ago)
- Last Synced: 2023-04-14T02:12:42.366Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
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.