pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Moose



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jul 30 06:49:04 UTC 2022

Modified Files:
        pkgsrc/devel/p5-Moose: DESCR Makefile

Log Message:
p5-Moose: fix typo "can to" in DESCR, re-wrap description


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Moose/DESCR
cvs rdiff -u -r1.124 -r1.125 pkgsrc/devel/p5-Moose/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Moose/DESCR
diff -u pkgsrc/devel/p5-Moose/DESCR:1.1.1.1 pkgsrc/devel/p5-Moose/DESCR:1.2
--- pkgsrc/devel/p5-Moose/DESCR:1.1.1.1 Sat Jul 26 13:50:13 2008
+++ pkgsrc/devel/p5-Moose/DESCR Sat Jul 30 06:49:04 2022
@@ -1,9 +1,9 @@
-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 to
-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.
+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.

Index: pkgsrc/devel/p5-Moose/Makefile
diff -u pkgsrc/devel/p5-Moose/Makefile:1.124 pkgsrc/devel/p5-Moose/Makefile:1.125
--- pkgsrc/devel/p5-Moose/Makefile:1.124        Tue Jun 28 11:32:51 2022
+++ pkgsrc/devel/p5-Moose/Makefile      Sat Jul 30 06:49:04 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.124 2022/06/28 11:32:51 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2022/07/30 06:49:04 rillig Exp $
 
 DISTNAME=      Moose-2.2201
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 



Home | Main Index | Thread Index | Old Index