-
Mon Nov 10 2014 Paul Howarth <paul@city-fan.org> - 0.16-2
- Sanitize for Fedora submission
-
Thu Sep 04 2014 Paul Howarth <paul@city-fan.org> - 0.16-1
- Update to 0.16
- Bump Package::Stash prereq to ensure used methods are available
- Skip Moose-related tests for normal installs, to get out of circularity
hell if Moose is installed but broken and needing an upgrade
-
Wed Aug 27 2014 Paul Howarth <paul@city-fan.org> - 0.14-2
- Don't run the optional tests when bootstrapping, to avoid circular build
dependencies
- perl(Test::Warnings) is required when bootstrapping
-
Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- Remove accidental dependency on Class::MOP (which turned into a circular
dependency with Moose-2.1211)
- Use %license where possible
-
Wed Jun 25 2014 Paul Howarth <paul@city-fan.org> - 0.13-1
- Update to 0.13
- Bump (optional) prereq on Moo to get some fixes for handling roles
- Edit out use of Test::Warnings in the test suite for old distributions that
can't provide it
-
Wed Jun 18 2014 Paul Howarth <paul@city-fan.org> - 0.12-1
- Update to 0.12
- Also special case constant subs, which show up in the symbol table before
perl 5.010 as 'constant::__ANON__'
-
Tue Jun 17 2014 Paul Howarth <paul@city-fan.org> - 0.11-2
- Add upstream fix for Perl 5.8 compatibility
-
Mon Jun 16 2014 Paul Howarth <paul@city-fan.org> - 0.11-1
- Update to 0.11
- Increased version for optional Role::Tiny prereq, to get the needed is_role
interface
- Now ignoring 'import', 'unimport' subs; also handle users of
Moose::Exporter without erroring
- Now ignoring overloaded methods
- Now also properly handle classes using Class::MOP directly
- Fix test diagnostics in the success case
- Fix use of a new Scalar::Util export in tests
- The return value of namespaces_clean() and all_namespaces_clean() is now
consistent with the result of the test(s)
- Fixed tests to expose an issue with Mouse classes, and documented this
(now) known issue
- Switch to ExtUtils::MakeMaker flow
- Test suite now relies on perl 5.10 or later, so don't build for anything
older
- Drop %defattr, redundant since rpm 4.4
- BR: perl(Test::Requires) unconditionally
-
Sun Mar 09 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Fixed method identification in Moose and Mouse roles
- Update patch for building without Test::Requires
-
Mon Mar 03 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
- Update to 0.07
- Lots more tests
- In failing tests, identify the source of the uncleaned sub(s)
- Remove the dependency on Class::MOP by inspecting the package stash
directly
- Switch to Module::Build::Tiny flow
- Package upstream's new CONTRIBUTING and README.md files
- Don't bother trying to run the extra tests
- Test suite actually requires Test::More ≥ 0.94, so bundle a suitable
version to use if necessary
- Drop all existing patches
- Add a patch to support building with old Module::Build::Tiny versions
- Add a patch to support building without Test::Requires if necessary