summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10Changes 2.037:adam2-15/+14
* No Changes Changes 2.036: * Added offset patramter to CRC32 Changes 2.035: * No Changes
2011-08-10Changes 2.037:adam2-14/+13
* No Changes Changes 2.036: * No Changes Changes 2.035: * No Changes
2011-08-10Revision bump after updating perl to 5.14.1adam1-5/+5
2011-08-10Changes 3.4:adam1-3/+2
* remove "regexp" category. this is rather painful as it's a large class, but unfortunately, somebody thought emitting a warning when you match more than 32kb of text is in some way useful, which spoils the whole category. * use META.json instead of META.yml - apparently YAML parsers don't actually exist
2011-08-10Revision bump after updating perl to 5.14.1adam1-4/+3
2011-08-10Changes 1.11:adam2-9/+7
* Fix assignment to lvalue accessors that point at an uninitialized hash element. Changes 1.10: * We don't occasionally crash during END any more. Instead, we rely on the OS to reap a bit of memory after perl was shut down anyway. * Tiny refactoring for smaller object size. Changes 1.09: * Fix: Predicates return value, not bool * TODO test for perl-crashing bug (in perl) that can happen on (arcane) XSUB aliasing on perls < 5.8.9 We're open for work-around patches.
2011-08-10Revision bump after updating perl to 5.14.1adam4-30/+30
2011-08-10Changes 0.07:adam2-9/+9
* Clean up after Class::C3 on pre-5.10 perls.
2011-08-10Revision bump after updating perl to 5.14.1adam6-29/+26
2011-08-10Changes 0.9300:adam2-13/+10
* t/coretests.pm: Reorder tests and include both positive and negative test for exception. * README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t, t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm, vutil/vxs.xs: Fix problem with UNIVERSAL::VERSION
2011-08-10Revision bump after updating perl to 5.14.1adam1-2/+3
2011-08-10Changes 1.12:adam2-13/+11
* Remove usage of undocumented Package::Stash APIs from the tests. This prevents the tests from failing on Package::Stash >= 0.18.
2011-08-10Revision bump after updating perl to 5.14.1adam1-7/+5
2011-08-10Changes 1.07:adam2-7/+6
* Move from Test::Exception to Test::Fatal Changes 1.06: * Add support for: modifier ["name1", "name2"] => sub {}
2011-08-10Revision bump after updating perl to 5.14.1adam3-29/+27
2011-08-10Changes 1.25:adam2-7/+7
* Updating to Module::Install::DSL 1.00 * Updating copyright year
2011-08-10Revision bump after updating perl to 5.14.1adam3-10/+9
2011-08-10Changes 0.204:adam2-9/+8
* Documented that this module is obsolete. * Clarified the license
2011-08-10Revision bump after updating perl to 5.14.1adam7-32/+34
2011-08-09Drop buildlink to graphics/cairo to reduce dependency.ryoon1-2/+4
See http://mail-index.netbsd.org/tech-pkg/2011/08/02/msg007484.html Bump PKGREVISION.
2011-08-09Revision bump after updating perl to 5.14.1adam1-5/+5
2011-08-09Changes 1.001000:adam2-15/+14
* Add Class::C3::Componentised::ApplyHooks features Changes 1.0009: * Stop importing Carp functions (and thus polluting the inheritor namespaces) * Make sure $_ is properly preserved even if the loaded module is negligent enough to change it * Added missing copyright statement
2011-08-09Revision bump after updating perl to 5.14.1adam3-21/+17
2011-08-09As noted in Changes 0.10003, only require MRO::Compat for older perls,obache1-2/+1
so drop dependency on p5-MRO-Compat.
2011-08-09Changes 2.00:adam2-7/+7
* Switching to a production release Changes 1.99_04: * Upgrading to Module::Install::DSL 1.00 * Bumping minimum version of Perl to 5.006 * Fixing indenting, style and layout issues. * Added debugging entries to all the new code. * Removed on use of _load_ancestors that was not needed * Updating copyright a couple of times :/ Changes 1.99_03: * Upgrading to Module::Install 0.76 * Localising $@ during evals Changes 1.99_02: * Fixing some back-compatibility bugs in the new tests Changes 1.99_01: * Vast swathes of additional functionality
2011-08-09Changes 1.08:adam2-8/+7
* Upgrading to Module::Install 1.00 * Fixed 56492: [PATCH] Fix spelling error
2011-08-09Revision bump after updating perl to 5.14.1adam1-6/+4
2011-08-09Changes 0.10003:adam2-11/+10
* Only require MRO::Compat for older perls * Add SYNOPSIS * Add examples for methods that get used most often Changes 0.10002: * Fix grave bug of XS-enabled simple accessors clobbering an existing 'around' overlay installed in the same method slot * Require bugfixed XSAccessor, remove Win32 caveat Changes 0.10001: * Fix an ActiveState Win32 incompatibility * Fix spurious method re-invocation warnings after Class::Unload Changes 0.10000: * Fix perl 5.6 failures * Add test-time deferred coderef reinvocation checks * Another minor (8%) speedup
2011-08-09Revision bump after updating perl to 5.14.1adam7-43/+38
2011-08-09Changes 0.11:adam2-9/+7
Fixed: * Tests will not use Test::Differences version 0.60 or greater Changes 0.10: Fixed: * Setting PERL_CAPTURE_TINY_TIMEOUT to 0 will disable timeouts
2011-08-09Revision bump after updating perl to 5.14.1adam3-8/+9
2011-08-09Changes 1.39:adam2-10/+9
* Remove CImpl and simplify structure into just Cache::FastMmap module making all XS calls just function calls in Cache::FastMmap namespace Changes 1.38: * Fix build process that was completely broken after moving files around into different directories
2011-08-09Revision bump after updating perl to 5.14.1adam3-9/+9
2011-08-09Changes 0.27:adam2-10/+9
* Switch to Module::Package at YAPC 2011 ++ Changes 0.26: * Fixed doc bug reported by KENTNL++ * Tweaked Makefile.PL Changes 0.25: * Fixed a bug caused by Readonly::XS (schwern++) * Removed the new methods and autobox methods. They didn't add much except confusion. * Documented that you can use isTrue and isFalse as methods. * '&boolean(1,2,3) now dies like boolean(1,2,3)' * '&boolean() now dies like boolean()' Changes 0.24: * '@Schwern++ found out how to make true and false immutable. Kudos to #strategicdata++.' * Document the boolean() function. * Added is_true and is_false methods. * Added boolean, is_true, and is_false autobox methods
2011-08-09Revision bump after updating perl to 5.14.1adam1-3/+2
2011-08-09Changes 0.40:adam3-47/+8
Fixes * Using the BackPAN index from gitpan.integra.net which is kept up to date. * Make all the primary keys not null to quiet a new DBIx::Class warning (and its a good idea).
2011-08-09Changes 0.15:adam2-10/+8
* Try harder to add ExtUtils::Depends to META.yml's configure_requires Changes 0.14: * Predeclare carp and croak with proper signature * Add ExtUtils::Depends to META.yml's configure_requires
2011-08-09Revision bump after updating perl to 5.14.1adam5-24/+19
2011-08-09Changes 0.44:adam2-8/+6
* rm references to deprecated CALL_FPTR * Makefile.PL fix * add GitHub repo * update ppport.h
2011-08-09Revision bump after updating perl to 5.14.1adam1-4/+3
2011-08-09Revision bump after updating perl to 5.14.1adam1-3/+3
2011-08-08Update to 2.18. Addresses PR 45224.wiz2-7/+6
2.18 Apr 16 2011 - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark) 2.17 Mar 02 2011 - Just an intermediate release! (in order to get help on fixing Class::MethodMaker for 5.14) - already fixed breakage with 5.13.3 (rt#66196) (CvGV is now an rvalue, so use CvGV_set instead of assigning directly -- credits to ANDK, rafl and Zefram) - added test for no warnings to additionally be able to bisect annoying warnings since 5.13.2 - Stay tuned -- 2.18 will hopefully completely revitalize C:MM for Perl 5.13+.
2011-08-08nbtar and gtar(1) produce identical trees, drop EXTRACT_USING.tnn1-2/+1
2011-08-07Revision bump after updating perl to 5.14.1adam8-34/+33
2011-08-07As noted in Changes, no longer needs p5-File-Path >= 2.07.obache1-3/+1
2011-08-07As noted in Changes, require p5-Algorithm-Diff 1.19.obache1-2/+2
2011-08-07As Changes 0.004, require newser Lexical::SealREquireHints, it's 0.005obache1-2/+2
2011-08-07Revision bump after updating perl to 5.14.1adam1-5/+4
2011-08-07Changes 5.71:adam2-8/+6
* Merge another test change from core: Use "lvalue" attribute for testing since "locked" is deprecated.
2011-08-07Revision bump after updating perl to 5.14.1adam1-2/+2