add deprecation WARNING to pod
[p5sagit/Devel-Declare.git] / Changes
diff --git a/Changes b/Changes
index 2e25883..a52e61f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Devel-Declare
 
+  - added deprecated flag to metadata. No deprecation warning is given at
+    runtime... for now...
+  - added "WARNING" section in pod, advising the deprecated status of this
+    module
+
+0.006018 - 2015-03-24
+  - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
+
 0.006017 - 2014-09-25
   - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
     RT#99102, Father Chrysostomos