https://github.com/stash/moosex-attributeinflate
MooseX::AttributeInflate - auto-inflate your Moose attribute objects
https://github.com/stash/moosex-attributeinflate
Last synced: about 1 year ago
JSON representation
MooseX::AttributeInflate - auto-inflate your Moose attribute objects
- Host: GitHub
- URL: https://github.com/stash/moosex-attributeinflate
- Owner: stash
- Archived: true
- Created: 2009-04-29T22:54:03.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2010-07-24T18:41:00.000Z (almost 16 years ago)
- Last Synced: 2025-02-21T04:12:14.716Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
MooseX-AttributeInflate
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc MooseX::AttributeInflate
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-AttributeInflate
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/MooseX-AttributeInflate
CPAN Ratings
http://cpanratings.perl.org/d/MooseX-AttributeInflate
Search CPAN
http://search.cpan.org/dist/MooseX-AttributeInflate
COPYRIGHT AND LICENCE
Copyright 2009 Jeremy Stashewsky
Copyright 2009 Socialtext Inc., all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.