Path to this page:
./
devel/p5-Moose,
Postmodern object system for Perl 5
Branch: CURRENT,
Version: 2.2207nb1,
Package name: p5-Moose-2.2207nb1,
Maintainer: pkgsrc-usersMoose 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.
Required to run:[
lang/perl5] [
devel/p5-Task-Weaken] [
devel/p5-Scalar-List-Utils] [
devel/p5-Params-Util] [
devel/p5-Devel-StackTrace] [
devel/p5-Sub-Exporter] [
devel/p5-Data-OptList] [
devel/p5-MRO-Compat] [
devel/p5-Sub-Name] [
devel/p5-Sub-Identify] [
devel/p5-Devel-GlobalDestruction] [
devel/p5-namespace-autoclean] [
devel/p5-Try-Tiny] [
devel/p5-Package-Stash] [
devel/p5-Package-DeprecationManager] [
devel/p5-Dist-CheckConflicts] [
devel/p5-Package-Stash-XS] [
devel/p5-Eval-Closure] [
devel/p5-Class-Load] [
devel/p5-Module-Runtime] [
devel/p5-Class-Load-XS] [
devel/p5-Devel-OverloadInfo] [
devel/p5-Module-Runtime-Conflicts]
Required to build:[
textproc/p5-Regexp-Common] [
www/p5-URI] [
devel/p5-Module-Refresh] [
devel/p5-Test-Inline] [
devel/p5-Test-Memory-Cycle] [
devel/p5-Test-Deep] [
devel/p5-IO-String] [
time/p5-DateTime-Format-MySQL] [
devel/p5-Algorithm-C3] [
devel/p5-PadWalker] [
devel/p5-Test-Output] [
databases/p5-DBM-Deep] [
devel/p5-Params-Coerce] [
devel/p5-SUPER] [
misc/p5-Locale-US] [
devel/p5-Declare-Constraints-Simple] [
time/p5-DateTime-Calendar-Mayan] [
devel/p5-Test-LeakTrace] [
devel/p5-Test-Requires] [
www/p5-HTTP-Message] [
devel/p5-Test-Fatal] [
devel/p5-CPAN-Meta-Check] [
devel/p5-Test-CheckDeps] [
devel/p5-Test-Warnings] [
devel/p5-Module-Metadata] [
devel/p5-Test-CleanNamespaces] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 885.709 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Moose-2.2207nb1
- (2024-01-28) Updated to version: p5-Moose-2.2207
- (2023-08-03) Updated to version: p5-Moose-2.2206
- (2023-07-06) Updated to version: p5-Moose-2.2203nb1
- (2023-01-27) Updated to version: p5-Moose-2.2203
- (2022-07-30) Updated to version: p5-Moose-2.2201nb2
CVS history: (Expand)
2024-01-28 12:54:33 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Moose: update to 2.2207.
2.2207 2024-01-21
[TESTS]
- remove test dependency on Test::CleanNamespaces (#184, Graham Knop)
|
2023-08-03 09:08:27 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.2206
Upstream changes:
2.2206 2023-07-23
[TESTS]
- fix parsing error in test in 2.2205 release.
2.2205 2023-07-23
[TESTS]
- fix error in test in 2.2204 release.
2.2204 2023-07-23
[TESTS]
- adjust the expected list of UNIVERSAL methods, to account for changes in
perl 5.39.1 (some things, like the import method, could end up existing
based on the perl version or based on a prerequite loading UNIVERSAL.pm).
(#183, Graham Knop)
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-01-27 00:47:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.2203
Update DEPENDS
Comment out CONFLICTS, since there is no p5-Class-MOP in pkgsrc
Upstream changes:
2.2203 2023-01-22
[TESTS]
- increased the required version of Test::Needs (#182, Graham Knop)
2.2202 2023-01-14
[TESTS]
- switched from Test::Requires to Test::Needs. (#181, Graham Knop)
|
2022-07-30 08:49:04 by Roland Illig | Files touched by this commit (2) |
Log message:
p5-Moose: fix typo "can to" in DESCR, re-wrap description
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-01-18 10:46:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.2201
Update DEPENDS
Upstream changes:
2.2201 2021-11-07
[OTHER]
- remove remaining traces of Sub::Name
2.2200 2021-10-31
- no changes since 2.2100
2.2100 2021-04-13 (TRIAL RELEASE)
[OTHER]
- Replaced all uses of Sub::Name with Sub::Util, since the latter is part of
core as of Perl 5.22.
|