gnome-perl-introspection r40 - trunk/Glib-Object-Introspection



Author: tsch
Date: Sun Nov  9 14:28:00 2008
New Revision: 40
URL: http://svn.gnome.org/viewvc/gnome-perl-introspection?rev=40&view=rev

Log:
When we can't find our prerequistes, don't write a fake Makefile.  That never
worked.  Just warn and exit instead.


Modified:
   trunk/Glib-Object-Introspection/Makefile.PL

Modified: trunk/Glib-Object-Introspection/Makefile.PL
==============================================================================
--- trunk/Glib-Object-Introspection/Makefile.PL	(original)
+++ trunk/Glib-Object-Introspection/Makefile.PL	Sun Nov  9 14:28:00 2008
@@ -25,12 +25,8 @@
            . "use Glib::MakeHelper;"
            . "use Glib::CodeGen;"
            . "1") {
-  warn "$ \n";
-  WriteMakefile(
-    PREREQ_FATAL => 1,
-    PREREQ_PM    => \%pre_reqs,
-  );
-  exit 1; # not reached
+  warn "Prerequisites not found:\n$ \n";
+  exit 0;
 }
 
 # --------------------------------------------------------------------------- #



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