perl-Glib r1083 - trunk



Author: tsch
Date: Thu Feb  5 17:04:08 2009
New Revision: 1083
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1083&view=rev

Log:
Deprecate Glib::MakeHelper->get_configure_requires_yaml in favor of EU::MM's
new META_MERGE and META_ADD features.


Modified:
   trunk/ChangeLog
   trunk/MakeHelper.pm

Modified: trunk/MakeHelper.pm
==============================================================================
--- trunk/MakeHelper.pm	(original)
+++ trunk/MakeHelper.pm	Thu Feb  5 17:04:08 2009
@@ -142,9 +142,13 @@
 
 Generates YAML code that lists every module found in I<%module_to_version>
 under the C<configure_requires> key.  This can be used with
-I<ExtUtils::MakeMaker>'s C<EXTRA_META> parameter to specify which modules are
+L<ExtUtils::MakeMaker>'s C<EXTRA_META> parameter to specify which modules are
 needed at I<Makefile.PL> time.
 
+This function is B<deprecated> since L<ExtUtils::MakeMaker> 6.46 removed
+support for C<EXTRA_META> in favor of the new keys C<META_MERGE> and
+C<META_ADD>.
+
 =cut
 
 sub get_configure_requires_yaml {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]