https://github.com/swuecho/class_hploo
https://github.com/swuecho/class_hploo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/swuecho/class_hploo
- Owner: swuecho
- Created: 2019-03-29T10:36:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T10:42:53.000Z (about 6 years ago)
- Last Synced: 2025-01-22T15:46:25.275Z (3 months ago)
- Language: Perl
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Class::HPLOO
============This is the implemantation of OO-Classes for HPL.
This bring a easy way to create PM classes, but with HPL resources/style.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
'Filter::Simple' => 0.02 ,
'Filter::Util::Call' => 1.06 ,
'Text::Balanced' => 1.89 ,COPYRIGHT AND LICENCE
Copyright (C) 2003 Graciliano M. P.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.