add x_deprecated flag to metadata
Karen Etheridge [Tue, 28 Mar 2017 02:58:25 +0000 (19:58 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 9ce6d7d..e575758 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Devel-Declare
 
+  - added deprecated flag to metadata. No deprecation warning is given at
+    runtime... for now...
+
 0.006018 - 2015-03-24
   - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
 
index ed7fd06..b6cd105 100644 (file)
@@ -75,6 +75,7 @@ WriteMakefile(
             'Nick Perez <nperez@cpan.org>',
             'Yanick Champoux <yanick@babyl.dyndns.org>',
         ],
+        x_deprecated => 1,
     },
 
     C => [ 'Declare.c' ],