load exports from classes specified by 'also' first, so that subs locally specified...
authorJesse Luehrs <doy@tozt.net>
Thu, 19 Feb 2009 04:07:41 +0000 (04:07 +0000)
committerJesse Luehrs <doy@tozt.net>
Thu, 19 Feb 2009 04:07:41 +0000 (04:07 +0000)
commitf44ec924c2b0de9197fbcdb63b5dc257381b0895
treec6905c4b84687db2c0ce25f5956f30a4e7080f64
parent968c648e21a46189d1e5614bc5befecb6f4a8eab
load exports from classes specified by 'also' first, so that subs locally specified by with_caller or as_is have the opportunity to override them (i.e. "export everything from Moose, except use my custom version of extends")
lib/Moose/Exporter.pm