-
-
23 Jun 2022 13:34:32 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- 71.13% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (47.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd
- Import::Into
- Moo
- Path::Tiny
- Types::Path::Tiny
- Types::Standard
- YAML::XS
- namespace::autoclean
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version v0.0.6 - 2022-06-23
- Support Types::Common::Numeric types
- Support Types::Common::String types
- Implement coerce => 1 for has
- Implement weak_ref => 1 for has
- Clearers, setters and accessors used as setters are now chainable
- Add "perltidy" option in ".mite/config"
- Output accessor code in a stable order instead of hash order
- Allow type => $blessed_type for has. Using it will void your warranty.
Documentation
A Perl OO compilerModules
Moose-like OO, fast to load, with zero dependencies.The extra class file written by Mite.Use in your Makefile.PL when developing with MiteUse in your Build.PL when developing with MiteRepresenting the human written .pm file.Provides
in lib/Mite/MakeMaker.pmin lib/Mite/App.pmin lib/Mite/App/Command.pmin lib/Mite/App/Command/clean.pmin lib/Mite/App/Command/compile.pmin lib/Mite/App/Command/init.pmin lib/Mite/Attribute.pmin lib/Mite/Class.pmin lib/Mite/Config.pmin lib/Mite/MyMoo.pmin lib/Mite/Project.pmin lib/Mite/Role/HasConfig.pmin lib/Mite/Role/HasDefault.pmin lib/Mite/Role/HasYAML.pmin lib/Mite/Shim.pmModule Install Instructions
To install Mite, copy and paste the appropriate command in to your terminal.
cpanm Mite
perl -MCPAN -e shell install Mite
For more information on module installation, please visit the detailed CPAN module installation guide.