Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hurricup/class-property
Perl implementation of class properties
https://github.com/hurricup/class-property
Last synced: 5 days ago
JSON representation
Perl implementation of class properties
- Host: GitHub
- URL: https://github.com/hurricup/class-property
- Owner: hurricup
- Created: 2015-01-19T17:57:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T17:25:34.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T16:25:08.932Z (about 2 months ago)
- Language: Perl
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Class-Property - Perl implementation of class properties
========================================================Documentation on CPAN:
http://search.cpan.org/~hurricup/Class-Property/lib/Class/Property.pmDocumentation on MetaCPAN
https://metacpan.org/pod/Class::PropertyCPAN Testers reports
http://www.cpantesters.org/distro/C/Class-Property.html
Testers matrix
http://matrix.cpantesters.org/?dist=Class-Property
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Class-PropertyCPAN Ratings
http://cpanratings.perl.org/d/Class-PropertyINSTALLATION
============To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
=====================Copyright (C) 2014-2015 by Alexandr Evstigneev ([email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.