Bring back 5.8.1 support
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Apr 2011 10:32:56 +0000 (12:32 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Apr 2011 16:43:29 +0000 (18:43 +0200)
commit2215d4b9bdc64e7994b2a90d50cc2ab906115d0f
tree937e065f428b8c2484559f68747e9bf511453eb4
parentd925a56664c288c6dae32d9825fcc4eaeda08b2a
Bring back 5.8.1 support

- 5.8.1 randomizes hash keys - need to sort when comparing
- < 5.8.3 can not weaken refs to r/o vars, die with more info
  (the extra code is compiled away on >= 5.8.3)
- Spurious warnings from indirect.pm (RT#67692) trip up strictures'
  dfatalized warnings
Changes
Makefile.PL
lib/Method/Generate/Accessor.pm
lib/Moo/_Utils.pm
t/accessor-weaken.t
t/load_module.t
t/sub-quote.t