Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-Object-Simple - Perl module to create attribute method, and provide constructors
Object::Simple is a generator of attribute method, such as Class::Accessor,
Mojo::Base, or Moose. Class::Accessor is simple, but lack offten used features.
New method can't receive hash arguments. Default value can't be specified.
If multipule values is set through the attribute method, its value is converted
to array reference without warnings.
Some people find Moose too complex, and dislike that it depends on outside
modules. Some say that Moose is almost like another language and does not
fit the familiar perl syntax. In some cases, in particular smaller projects,
some people feel that Moose will increase complexity and therefore decrease
programmer efficiency. In addition, Moose can be slow at compile-time and its
memory usage can get large.
Object::Simple is the middle way between Class::Accessor and complex class
builder. Only offten used features is implemented. Object::Simple is similar
with Mojo::Base. new can receive hash or hash reference as arguments. You can
specify default value for the attribute. Compile speed is fast and used memory
is small.
Packages
Latest: perl-Object-Simple-3.0626-1.el6.fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
perl-Object-Simple |
0 |
3.0626 |
1.el6.fio |
src |
19 KiB |
2012-03-21 15:08:01 |
Changelog:
- * 2012-03-21 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 3.0626-1
- Initial Release