Revision history for Function-Parameters
+1.0202 2013-08-28
+ - make t/foreign/Fun/name.t less fragile to support newer Carp
+ - support older Moo without ->meta support
+
1.0201 2013-08-13
- custom (per-keyword) type reification
- actually use documented defaults for custom keywords
use v5.14.0;
use warnings;
-our $VERSION = '0.04';
+our $VERSION = '1.0202';
# If Moo isn't loaded yet but Moose is, avoid pulling in Moo and fall back to Moose
my ($Moo, $meta_make_immutable);