Document warning on nonexistent export sub
Dave Rolsky [Mon, 7 Sep 2009 17:08:20 +0000 (12:08 -0500)]
Changes

diff --git a/Changes b/Changes
index 7187bee..5191674 100644 (file)
--- 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