Age | Commit message (Collapse) | Author | Files | Lines |
|
* No Changes
Changes 2.036:
* Added offset patramter to CRC32
Changes 2.035:
* No Changes
|
|
* No Changes
Changes 2.036:
* No Changes
Changes 2.035:
* No Changes
|
|
|
|
* 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
|
|
|
|
* 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.
|
|
|
|
* Clean up after Class::C3 on pre-5.10 perls.
|
|
|
|
* 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
|
|
|
|
* Remove usage of undocumented Package::Stash APIs from the tests. This
prevents the tests from failing on Package::Stash >= 0.18.
|
|
|
|
* Move from Test::Exception to Test::Fatal
Changes 1.06:
* Add support for: modifier ["name1", "name2"] => sub {}
|
|
|
|
* Updating to Module::Install::DSL 1.00
* Updating copyright year
|
|
|
|
* Documented that this module is obsolete.
* Clarified the license
|
|
|
|
See http://mail-index.netbsd.org/tech-pkg/2011/08/02/msg007484.html
Bump PKGREVISION.
|
|
|
|
* 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
|
|
|
|
so drop dependency on p5-MRO-Compat.
|
|
* 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
|
|
* Upgrading to Module::Install 1.00
* Fixed 56492: [PATCH] Fix spelling error
|
|
|
|
* 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
|
|
|
|
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
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
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).
|
|
* 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
|
|
|
|
* rm references to deprecated CALL_FPTR
* Makefile.PL fix
* add GitHub repo
* update ppport.h
|
|
|
|
|
|
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+.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Merge another test change from core:
Use "lvalue" attribute for testing since "locked" is deprecated.
|
|
|