From: Dave Rolsky Date: Mon, 7 Sep 2009 17:08:20 +0000 (-0500) Subject: Document warning on nonexistent export sub X-Git-Tag: 0.89_02~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bcff24a7b95e7c13d9c09a1f45f107116d57c79;p=gitmo%2FMoose.git Document warning on nonexistent export sub --- diff --git a/Changes b/Changes index 7187bee..5191674 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,8 @@ for, noteworthy changes. with_caller. This feature was added by josh a while ago. - The with_caller feature is now deprecated, but will not issue a warning yet. (Dave Rolsky) + - If you try to wrap/export a subroutine which doesn't actually exist, + Moose::Exporter will warn you about this. (doy) 0.89_01 Wed Sep 2, 2009