Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-mousex-nativetraits
Native traits for built-in data types for Mouse
https://github.com/gfx/p5-mousex-nativetraits
Last synced: 26 days ago
JSON representation
Native traits for built-in data types for Mouse
- Host: GitHub
- URL: https://github.com/gfx/p5-mousex-nativetraits
- Owner: gfx
- Created: 2010-02-20T06:12:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T08:57:39.000Z (almost 12 years ago)
- Last Synced: 2023-04-09T21:19:22.649Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/MouseX-NativeTraits/
- Size: 207 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::NativeTraits.
INSTALLATION
MouseX::NativeTraits installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan MouseX::NativeTraits
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
MouseX::NativeTraits documentation is available as in POD. So you can do:
$ perldoc MouseX::NativeTraits
to read the documentation online with your favorite pager.
Goro Fuji (gfx)