Path to this page:
./
devel/p5-Mouse,
Perl module implementing an extension of the perl object system
Branch: CURRENT,
Version: 2.5.9,
Package name: p5-Mouse-2.5.9,
Maintainer: pkgsrc-usersMouse is Moose minus the antlers.
(Moose is "A postmodern object system for Perl 5".)
Moose is wonderful.
Unfortunately, it's a little slow. Though significant progress has
been made over the years, the compile time penalty is a non-starter
for some applications.
Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing
only a few expert-level features.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-Module-Build] [
devel/p5-Test-Requires] [
devel/p5-Module-Build-XSUtil] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: ea8b8267fc6fc638c1e84eb81c1c02fda77d4662
RMD160: f65df3f9086751d7d7cb5eb88b02b59772147df8
Filesize: 215.135 KB
Version history: (Expand)
- (2019-10-27) Updated to version: p5-Mouse-2.5.9
- (2019-08-14) Updated to version: p5-Mouse-2.5.7
- (2019-08-11) Updated to version: p5-Mouse-2.5.6nb2
- (2018-08-22) Updated to version: p5-Mouse-2.5.6nb1
- (2018-08-14) Updated to version: p5-Mouse-2.5.6
- (2018-05-06) Updated to version: p5-Mouse-2.5.4
CVS history: (Expand)
2019-10-27 14:49:47 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(devel/p5-Mouse) Updated 2.5.7 to 2.5.9
v2.5.9 2019-08-26T14:46:49Z
- Fix circular dependencies between Mouse and MouseX::Foreign (pghmcfc #102)
v2.5.8 2019-08-25T18:52:19Z
- Fix segmentation fault which occurs when using MouseX::Foreign and \
role->apply at the same time (ken39arg #100, #101)
|
2019-08-14 03:31:22 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 2.5.7
Add p5-Test-Deep as BUILD_DEPENDS to do more tests.
Upstream changes:
v2.5.7 2019-08-12T08:45:37Z
- Bump Module::Build::XSUtil prereq (KnowZero #99)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-14 14:19:08 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 2.5.6
Upstream changes:
v2.5.6 2018-08-13T22:47:57Z
- Revert "Warn if accessors overwrite methods/functions" for now; \
it may cause crashes in perl 5.28.0 (#94)
v2.5.5 2018-08-13T15:41:32Z
- Warn if accessors overwrite methods/functions (ybrliiu #86, #90, #93)
- Fix for threads and XS; use newSVpvs instead of newSVpvs_share \
(sergeykolychev #92)
|
2018-05-06 08:35:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Mouse: update to 2.5.4.
v2.5.4 2018-05-05T03:43:55Z
- Follow Devel::PPPort 3.42 (#87)
v2.5.3 2018-05-05T03:35:45Z
- Sorry, I made a mistake. Do not use this version.
|
2018-02-19 14:43:10 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 2.5.2
Upstream changes:
v2.5.2 2018-02-17T01:47:32Z
- Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0
|