Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-moosex-foreign
https://github.com/gfx/p5-moosex-foreign
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfx/p5-moosex-foreign
- Owner: gfx
- Created: 2010-11-26T03:33:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-26T04:30:21.000Z (almost 14 years ago)
- Last Synced: 2023-04-09T21:19:22.512Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module MouseX::Extend.
INSTALLATION
MouseX::Extend installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan MouseX::Extend
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
MouseX::Extend documentation is available as in POD. So you can do:
$ perldoc MouseX::Extend
to read the documentation online with your favorite pager.
Goro Fuji (gfx)