[SCM] Debian packaging of libmoose-perl branch, master, updated. debian/2.0205-1-12-gb8aa6cf

Alessandro Ghedini al3xbio at gmail.com
Wed Nov 16 15:49:42 UTC 2011


The following commit has been merged in the master branch:
commit df187f1c18de6b1b0682230dbb23912e7a9c5151
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Sep 7 13:16:34 2011 +0200

    Re-write long description

diff --git a/debian/control b/debian/control
index 3ace800..9bc143b 100644
--- a/debian/control
+++ b/debian/control
@@ -107,13 +107,14 @@ Breaks:
 Replaces: libclass-mop-perl
 Recommends: libdevel-partialdump-perl (>= 0.14)
 Description: modern Perl object system framework
- Moose, it's the new Camel. Moose is an extension of the existing Perl 5 object
- system, inspired by the object model available in Perl 6.
+ 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.
  .
- Because Moose is built on top of Class::MOP (libclass-mop-perl), it is easier
- to build normal Perl objects, while also providing the power of metaclass
- programming. It is designed to provide as much convenience during definition
- and construction of classes as possible, but can still stay out of your way.
+ 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.
  .
  Moose also conveniently manages all attributes (including inherited ones) that
  are defined, but also provides facilities for properly initializing instance

-- 
Debian packaging of libmoose-perl



More information about the Pkg-perl-cvs-commits mailing list