Age | Commit message (Collapse) | Author | Files | Lines |
|
Also update MAINTAINER address.
requested by the maintainer via PR#43624.
|
|
Upstream changes:
0.05 Sat Feb 13 16:08:44 2010
- No functional changes (gfx)
- Fix a typo in the tests (gfx)
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.62 Tue Jul 6 20:18:58 2010
[FEATURES]
* Support MouseX::StrictConstructor (gfx)
0.61 Sat Jun 19 15:35:48 2010
[BUG FIXES]
* Workaround the Perl_call_sv() problem again (gfx)
* Update Module::Install to 0.99 for older versions of perls (gfx)
0.60 Wed Jun 9 19:43:55 2010
[CHANGES]
* BUILDALL is now called by Mouse::Meta::Class::new_object, rather than
by Mouse::Object::new. (Moose 1.05)
[BUG FIXES]
* Fix type constraint validation messages to not include the string
'failed' twice in the same sentence. (Moose 1.05)
* Resolve RT #57975: The prefix "Exception caught" is no longer added
to exceptions Mouse catches. (gfx)
[OTHERS]
* A difficult test (t/900_mouse_bugs/006_RT69939.t) will be skipped on
some platforms. (gfx)
0.59 Tue May 18 16:29:57 2010
[CHANGES]
* Improve error messages on $class->accessor() (gfx)
0.58 Sat May 8 11:18:17 2010
[BUG FIX]
* Compliant with 5.12.0+
0.57 Fri May 7 14:27:00 2010
[BUG FIX]
* Resolve RT #57144: Fix problems in Perl_call_sv() again (gfx)
0.56 Thu Apr 29 11:15:45 2010
[BUG FIX]
* Resolve RT#56837: Role application to instance with init_arg'd
attributes caused problems (Sanko Robinson)
0.55 Wed Apr 21 13:27:13 2010
[BUG FIX]
* Fix a bug that traits could cause panic/SEGV on threads (gfx)
0.54 Sat Apr 17 17:15:54 2010
[BUG FIX]
* Resolve RT#56523: has with reader, writer, lazy and builder
could not create a write-only accessor (Michael G Schwern)
0.53 Sun Apr 11 11:39:03 2010
[BUG FIX]
* Mouse::Meta::Class could not clone objects with "required" attrs (gfx)
0.52 Sat Mar 27 15:38:52 2010
* Workaround Perl-RT#69939 (eval "use $module" in Perl_call_sv()
may cause segmentation faults,
http://rt.perl.org/rt3/Public/Bug/Display.html?id=69939)
0.51 Mon Mar 15 15:25:58 2010
SUMMARY
[BUG FIXES]
* Mouse::Object::DESTROY could cause SEGVs
* Attribute triggers could cause panics
* Integers > 2**32 were not groked as Int
* Incorrect types, e.g. "Array[Int", was accepted
* Metaclass compatibility was sometimes ignored
[MOOSE COMPATIBILITY]
* before/around/after accept regular expressions
* has() becomes strict
* the global destruction flag is passed to DEMOLISH methods
* Delegations can be curried
* Built-in type constraints have the same hierarchy as Moose's
0.50_09 Mon Mar 15 12:02:28 2010
* (re)fix RT #55048 to grok 2**46+0.5 as Int, but
accept 2**46 as Int even on 32 bit environments;
note that an Int is exactly what is matched to /^[+-]?[0-9]+$/,
so 10e100 will not be groked as Int (gfx)
0.50_08 Thu Mar 11 19:28:58 2010
* Makefile.PL
- Resolved #55419: Add Devel::PPPort to build_requires (gfx)
* Mouse::Exporter
- Turns on warnings FATAL => 'recursion' by default (gfx)
* Mouse::Util::TypeConstraints
- Change the type parser to check syntax (gfx)
(Now it throws erros to "ArrayRef[]", "ArrayRef[Int", etc.)
0.50_07 Sun Mar 7 19:59:37 2010
* Mouse::Meta::Attribute
- Fix a possible panic, caused by triggers, reported by
Nobuo Danjou (gfx)
0.50_06 Tue Mar 2 18:35:12 2010
* Mouse::PurePerl
- Fix an issue on metaclass compatibility again (gfx)
- Fix more-than-32-bit-int progrem again (gfx)
0.50_05 Mon Mar 1 11:18:26 2010
* Mouse::Util::TypeConstraints
- Mouse used an incorrect cast at the C-level which meant that
its idea of numbers was different from that of Perl's (and
Mouse's). Notably > 2**32 Integers on 32 bit systems didn't
work, RT #55048 (AEvar).
* Mouse::Meta::Classs
- Fix an issue on metaclass compatibility (gfx)
0.50_04 Fri Feb 26 18:57:24 2010
* All
- Warnings are less noisy, as shown by example/warns.pl (gfx)
- Various optimization and refactoring (gfx)
0.50_03 Mon Feb 22 17:56:47 2010
* Mouse::Meta::Attribute
- Catch up about Moose 0.84 about warnings (gfx)
- If an attribute generates no accessors, it will be warned
- If both 'isa' and 'does' are specified and 'isa' does not do
'does', then it will be warned
* Mouse::Object
- Fix a possible segv which is caused by destructors (gfx)
* Mouse::Util::TypeConstraints
- Implement the built-in type hierarchy (gfx)
0.50_02 Sat Feb 20 14:37:16 2010
* Mouse::Meta::Attribute
- Implement argument currying for delegation (gfx)
* Mouse::Meta::Method::Constructor
- Implement strict constructors experimentally, which will warn
unkown constructor arguments (gfx)
0.50_01 Sat Feb 13 16:39:48 2010
* Mouse
- before/around/after now accept regexps (gfx)
* Mouse::Object
- Support the global destruction flag in DEMOLISH (gfx)
* Mouse::Meta::Attribute
- Attribute constructors now warn very noisily about unknown (or
misspelled) arguments (gfx)
|
|
Upstream changes:
Release 0.67 - 8th May 2010
- Fix up the Makefile for dmake on Strawberry Perl (Curtis Jewell) (rt 50774).
|
|
Upstream changes:
0.02 2010-07-07
- fixed typo and doc bug on command usage.(miyagawa)
- added `help' command for slightly better user experience(miyagawa)
|
|
1.006005).
Upstream changes:
1.006005 2010-07-13
- Added support informations (also for german)
- Fixed newline in german translation from DOS2UNIX
|
|
|
|
Kamel Derouiche per pkgsrc-wip
|
|
XXX: maybe, should be in perl5/module.mk.
|
|
Upstream changes:
0.16 12/04/2010
- fixed qr// delimiters due to issues with the NOT SIGN symbol
(suggested by Ricardo Signes & David Golden).
|
|
|
|
(upstream version 0.101620).
Pkgsrc changes:
- adjust dependencies
- Set PERL5_MODULE_TYPE to Module::Install::Bundled instead of
adding '--skipdeps' to MAKE_PARAMS
Upstream changes:
0.101620 2010-06-11 19:14:03 America/New_York
LGPL_3_0 now includes GPL_3 in its fulltext (RT #47135)
0.101600 2010-06-09 07:50:11 America/New_York
"None" should be "restrictive" on 1.4, not "restricted"
0.101410 2010-05-21 07:41:57 America/New_York
Artistic licenses' meta2_name should not have a trailing _0
0.101370 2010-05-17 19:07:27 America/New_York
add the meta2_name method for META.json files in schema v2
0.016 2010-05-01
added the None and CC0_1_0 licenses for the far ends of the spectrum
(thanks to Brian Phillips for None)
0.015 2010-03-26
up the Test::More prereq
0.014 2010-03-23
add meta_name to almost all remaining licenses, and add a test
0.013 2010-03-18
add meta_name to Artistic 2 (thanks, Bernardo Rechea)
|
|
version 0.101620).
Upstream changes:
0.101620 2010-06-11 08:14:32 America/New_York
We now attempt to work with files with Win32 line endings, thanks to
Christian Walde.
|
|
version 1.965001).
Pkgsrc changes:
- adopt a new module to pkgsrc versioning scheme, along the line
of "Equivalence between Decimal and Dotted‐Decimal Versions" in
Perl module 'version' documentation
Upstream changes:
1.964001 Tue Feb 23 15:15:18 2010
- Updated version number because versioning is a neverending
nightmare in Perl 5 (thanks Matt)
1.965001 Sun Apr 4 15:00:10 2010
- Removed all references to /opts version of perl interpreter
- Added Parse::RecDescent::redirect_reporting_to()
to enable ERROR, TRACE, and TRACECONTEXT filehandles to be
easily redirected.
|
|
Upstream changes:
0.06 2010-04-26 20:38:54 Europe/London
- Convert to Dist::Zilla
|
|
Pkgsrc changes:
- add a note on why this package has no dependency
Upstream changes:
0.23 Sat, Jun 19, 2010
- Fix various documentation problems (Martin Becker).
|
|
Pkgsrc changes:
- adjust MASTER_SITES
- adjust dependencies
Upstream changes:
0.09003 Fri Apr 23 23:00:19 2010
- use Class::XSAccessor if available for 'simple' accessors, except on
MSWin32, with documentation
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
1.00 Tue 22 Jun 2010
- Remove obsolete text warning about nonexistent auto_install()
woes
- auto_install() wrongly merged build_requires entries into
requires; note that it's correct build_requires entries
are merged into requires if you use older versions of
EUMM, which didn't support build_requires. (ISHIGAKI)
0.99 Tue 1 Jun 2010
- FindBin->again only works on 5.8.3
0.98 Mon 21 May 2010
- Resolved #57326: Tests fail when being run in parallel
(by Florian Ragwitz) (ISHIGAKI)
- Resolved #57335: Re: Problem with Module::Install + Fix
(by Paul Makepeace) (ISHIGAKI)
- Added "add_metadata" to add extra (experimental) metadata to
META.yml (requested by Florian Ragwitz) (ISHIGAKI)
- Fixed a test to check EU::MM version as only newer EUMM has
MIN_PERL_VERSION (ISHIGAKI)
- Made fixup_makefile a bit robust, not to be interfered by
antivirus etc (ISHIGAKI)
0.97 Mon 10 May 2010
- Added missing LWP dependency, starting with 2 year old version (ADAMK)
0.96 Tue 10 May 2010
- Stop Bundle.pm pointlessly calling import() of bundled modules
(MSTROUT)
- Resolved #55464: Wrong license detection (by Jens Rehsack)
(ISHIGAKI)
- Resolved #55594: Missing license (by Salve J. Nilsen) (ISHIGAKI)
- Resolved #5849 (load_extensions() causes "Subroutine %s
redefined" warnings) (by Steve Hay) (ISHIGAKI)
- Resolved #19445: unknown functions in Makefile.PL should fail.
and #19449: license is not found if unknown function is present
(both are the same issue) (ISHIGAKI)
- Resolved #54890: MYMETA.yml creation doesn't work (by miyagawa)
(ISHIGAKI)
- Resolved #55974: FakeAdmin does not define (by Francesc Guasch)
(ISHIGAKI)
- Resolved #40230: test_requires and include (by Alexandr Ciornii)
(ISHIGAKI)
- Resolved #56460: Bundle documentation error? (by Florent Angly)
(ISHIGAKI)
- Resolved #56459: Cannot find bundle source for modules that
contain sub-modules (patch by Florent Angly) (ISHIGAKI)
- Resolved #56474: Dependency check error fails to be triggered
(by Florent Angly) (ISHIGAKI)
- Resolved #5528: Sub-directory builds don't work (by Steve Hay)
(ISHIGAKI)
- Resolved #56531: New patches for M::I::Bundle (patch by Florent
Angly) (ISHIGAKI)
- Resolved #56589 for Module-Install: Bundle's refactor
(patch by Florent Angly) (ISHIGAKI)
- Pass VERSION_FROM to EU::MM in the background to let it check
version integrity (ISHIGAKI)
- Improved tests and removed unnecessary directories/files
(ISHIGAKI)
- Added API.pod and FAQ.pod (ISHIGAKI)
|
|
|
|
Upstream changes:
0.43 2010-06-25 23:35 UTC
+ Add : The new constant VMG_COMPAT_GLOB_GET tells you whether get magic
is called for globs. It's true starting perl 5.13.2.
+ Chg : All callbacks are now called within an eval-like context.
Only free callbacks used to be called that way.
+ Fix : Some exceptions thrown from a free callback could be lost.
+ Fix : Croak messages could sometimes be repeated several times.
+ Fix : t/41-clone.t segfaulting with perl 5.13.2.
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.31 Wed 7 Jul 2010
* Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
0.30 Tue 6 Jul 2010
* MooseX::Getopt::Basic
- uses attribute insertion order when determining the order in which
options are documented in the usage (e.g. in $obj->usage->text). (Karen
Etheridge)
* MooseX::Getopt::Basic
- store the usage object to the usage attr (RT#58715)
- properly checks whether the *option* --help, --usage, or --? were used,
rather than the attribute 'help', 'usage' or '?' were set
* MooseX::Getopt::GLD
- add the usage attribute for storing the Getopt::Long::Descriptive::Usage
object, and the help attribute for storing --help, --usage and --? state
(RT#47865, RT#56783, RT#52474). (Karen Etheridge)
* MooseX::Getopt::Basic
- Disable auto_help config in Getopt::Long, to avoid calling into
pod2usage when the --help option is used while MooseX::ConfigFromFile
is in use (the intent is just to fetch the value of the configfile
option) (RT#57683). (Karen Etheridge)
0.29 Tue. Jun 15 2010
* Fix repository metadata. Thanks Robert Bohne for noticing!
|
|
|
|
Pkgsrc changes:
- Install the "shortcut module" DDS
Upstream changes:
2.22 (2010-07-11)
Build.PL fixed to accept DDS and NODDS again
2.21 (2010-06-19)
Resynchronize internal VERSION declarations
2.20
Skipped version 2.20 because version numbers don't play nice when they
end in zeros.
2.19 (2010-06-19)
Tweak t/madness.t to deal with how perl-5.8.[0-8] deparses the pragma
`use warnings' differently.
|
|
version 2.2206).
Upstream changes:
2.2206 - Sun Jul 4 15:43:21 EDT 2010
Bug fixes:
- Make xsubpp accept the _ prototype (RT#57157) [Rafael Garcia-Suarez]
- INCLUDE_COMMAND portability fixes for VMS (RT#58181) [Craig Berry]
- INCLUDE_COMMAND fixes to detect non-zero exit codes (RT#52873)
[Steffen Mueller]
|
|
changes: bug fixes
|
|
|
|
PKGREVISION++ as a precaution.
|
|
Upstream changes:
1.213 Tue 6 Jul 2010
Summary:
- Targetted bug fix, no changes to parsing or normal usage
Details:
- Updated to Module::Install 1.00
- Updated module depednencies in xt author tests
- Fixed extremely broken PPI::Token::Pod::merge and added test case
|
|
Upstream changes:
1.003011
- History plugin now works for Term::ReadLine::Perl
- Add ReadLine file completion if no other matches, fixes rt.cpan#58351
- Add a bit more description of Turtle plugin to its POD
- Fix rt.cpan#43151 where _-> completion had error
- Add some missing functionality to t/load_core.t test coverage
- Added docs on quoting and history expansion addressing rt.cpan#48459
|
|
Upstream changes:
Changes in Devel::NYTProf 4.04 (svn 1332) 9th July 2010
Profile now reports presence of the slow regex match vars ($& $' $`).
The (cumulative inclusive) recursion time measured for subs that are involved
in recursion is now reported as 'recursion: ... sum of overlapping time'.
Trace log messages are now flushed immediately.
Reduced risk of crashes in embedded applications that don't handle PL_endav
carefully, like current versions of mod_perl.
Changes in Devel::NYTProf 4.03 (svn 1316) 19th June 2010
Fixed another nytprofhtml performance problem for profiles with
many files/evals. Much faster merging of evals now.
For subs that recurse, show max depth and time in subroutine table.
Changes in Devel::NYTProf 4.02 (svn 1309) 17th June 2010
Fixed nytprofhtml performance problem for profiles with
many files/evals.
Added progress reporting to nytprofhtml.
Changes in Devel::NYTProf 4.01 (svn 1296) 10th June 2010
Fixed links from block/sub level report pages to string eval report
pages. RT#58284
Restored ordering of line - block - sub links on index page.
Clarified that saving the source code of string evals requires perl
version 5.8.9+, 5.10.1+, 5.12 or later. RT#58283
|
|
Upstream changes:
3.3 Fri Jul 2 22:40:14 CEST 2010
- removed "exiting" category - this is too useful to create new
control statements, and fails utterly with eval, as eval will
catch the (fatal) warning itself. Kind of hurts, but this is
just another warning category which is too broad and has to be
disabled fully because of a minority of issues.
|
|
Upstream changes:
1.0006 Fri Jul 2 16:52:06 PDT 2010
- Use module's version number instead of distribution when to display whether
this is an upgrade or reinstall (doy) #43
1.0005 Fri Jul 2 16:36:55 PDT 2010
- Clarified that the minimal perl version supported is 5.8 (chocolateboy)
- Now being able to look when configure and build fails
- Automatically disable uninstall_shadows when local::lib is used. This bug was causing
cpanm to remove modules in @INC with perl 5.10 or older (kazeburo, sugyan)
|
|
Upstream changes:
0.09
- added --compare-changes option(by nihen++)
|
|
|
|
Packages Collection.
The Perl 5 module Git::CPAN::Patch provides a suite of git commands
aimed at making trivially easy the process of grabbing any distribution
off CPAN, stuffing it in a local git repository and, once gleeful
hacking has been perpetrated, sending back patches to its maintainer.
|
|
|
|
Packages Collection.
The Perl 5 module BackPAN::Index provides an index of BackPAN and
some handy methods. The Comprehensive Perl Archive Network (CPAN)
is a very useful collection of Perl code. However, in order to keep
CPAN relatively small, authors of modules can delete older versions
of modules to only let CPAN have the latest version of a module.
BackPAN is where these deleted modules are backed up. It's more
like a full CPAN mirror, only without the deletions.
|
|
|
|
Collection.
The Perl 5 module Test::Compile lets you check the validity of a
Perl module file or Perl script file, and report its results in
standard Test::Simple fashion.
|
|
|
|
Collection.
The Perl 5 module App::Cache lets an application cache data locally.
There are a few times an application would need to cache data: when
it is retrieving information from the network or when it has to
complete a large calculation.
|
|
|
|
Collection.
The Perl 5 module Shell::Perl is the implementation of a command-line
interpreter for Perl. It is the heart of the provided pirl script.
|
|
|
|
|
|
|
|
|
|
|
|
changes:
-API extensions
-bugfixes
|
|
|