| [vhffs-dev] [svn] commit: r285 - /branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Author: beuss
Date: Mon Nov  6 08:47:54 2006
New Revision: 285
Log:
Nicer failure message
Modified:
    branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall
==============================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall (original)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall Mon Nov  6 08:47:54 2006
@@ -14,7 +14,7 @@
 
 foreach ( @DEPS )
 {
-	die ( "Module $_ isn't present" ) if ( eval("require $_") == 0);
+	die ( "Module $_ not found\n/o\\ /o\\ /o\\ /o\\ /o\\  /o\\ /o\\ /o\\ /o\\ \nPlease consult http://www.vhffs.org website to get documentation\nor found miss module on http://cpan.org website\n" ) if ( eval("require $_") == 0);
 }
 
 print "Great, your system seems have all required modules\n";