set up module ignoring in command line tool

This commit is contained in:
John Bintz 2008-10-21 06:50:48 -04:00
parent bfa3d8518d
commit f281a1e838
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@ class CommandLineInterface {
parser.load_processors_from_resources(); parser.load_processors_from_resources();
var results = parser.parse(code); var results = parser.parse(code);
var ignored_modules = parser.ignored_modules;
var version_info = new CodeVersionInformation(results); var version_info = new CodeVersionInformation(results, ignored_modules);
neko.Lib.print("Your code in " + arguments[0] + " requires the following minimum PHP & PECL module versions:\n"); neko.Lib.print("Your code in " + arguments[0] + " requires the following minimum PHP & PECL module versions:\n");