Skip to content

theory/class-meta-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class/Meta/Express version 0.15

This module provides an interface to concisely yet expressively create classes Class::Meta. The intent is to provide a simpler, more meaningful interface for creating Class::Meta classes while preserving the power and flexibility of Class::Meta.

Installation

To install this module, type the following:

perl Build.PL
./Build
./Build test
./Build install

Or, if you don't have Module::Build installed, type the following:

perl Makefile.PL
make
make test
make install

Dependencies

  • Class::Meta

Copyright and License

Copyright (c) 2006-2023 David E. Wheeler Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.