The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Elk - it isn't Moose

VERSION

version 1.001

SYNOPSIS

  package MyObject;
  use Acme::Elk;

  has foo => (
      is => 'rw',
      isa => 'Str',
  );

DESCRIPTION

In case you know someone with hang-ups about using Moose, you can use Acme::Elk. It is exactly the same as Moose, but named Acme::Elk.

And it's already 1.000!

SPECIAL THANKS

Inspired by Rob Kinyon.

AUTHOR

Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2010 Andrew Sterling Hanenkamp.

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