Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-mousex-strictconstructor
Makes your constructors strict
https://github.com/gfx/p5-mousex-strictconstructor
Last synced: 26 days ago
JSON representation
Makes your constructors strict
- Host: GitHub
- URL: https://github.com/gfx/p5-mousex-strictconstructor
- Owner: gfx
- Created: 2010-07-06T10:14:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-13T10:31:52.000Z (about 14 years ago)
- Last Synced: 2023-04-09T21:19:22.638Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/MouseX-StrictConstructor/
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module MouseX::StrictConstructor.
NAME
MouseX::StrictConstructor - Makes your constructors strict
INSTALLATION
MouseX::StrictConstructor installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan MouseX::StrictConstructor
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
MouseX::StrictConstructor documentation is available as in POD. So you can do:
$ perldoc MouseX::StrictConstructor
to read the documentation online with your favorite pager.
LICENSE AND COPYRIGHT
Copyright (c) 2010, Fuji, Goro (gfx). All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.