From fbf73bbf0454c16984036805cb4345f5b3140ba7 Mon Sep 17 00:00:00 2001 From: "Jan F. Chadima" Date: Mon, 2 Apr 2018 19:07:06 +0000 Subject: perl/perl-Moose: Added (A postmodern object system for Perl 5). Signed-off-by: David Spencer --- perl/perl-Moose/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 perl/perl-Moose/README (limited to 'perl/perl-Moose/README') diff --git a/perl/perl-Moose/README b/perl/perl-Moose/README new file mode 100644 index 0000000000..3e80d9d390 --- /dev/null +++ b/perl/perl-Moose/README @@ -0,0 +1,10 @@ +Moose is an extension of the Perl 5 object system. + +The main goal of Moose is to make Perl 5 Object Oriented programming +easier, more consistent, and less tedious. With Moose you can think +more about what you want to do and less about the mechanics of OOP. + +Additionally, Moose is built on top of Class::MOP, which is a metaclass +system for Perl 5. This means that Moose not only makes building normal +Perl 5 objects better, but it provides the power of metaclass +programming as well. -- cgit v1.2.3