From e16e76772c28a42d2d08b9bcc3ab4031b985ee7a Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Fri, 27 Dec 2013 07:52:50 -0500 Subject: [PATCH] typo fix --- lib/Module/ExtractUse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Module/ExtractUse.pm b/lib/Module/ExtractUse.pm index e86b3d0..634394e 100644 --- a/lib/Module/ExtractUse.pm +++ b/lib/Module/ExtractUse.pm @@ -94,7 +94,7 @@ The code will be stripped from POD (using Pod::Strip) and split on ";" (semicolon). Each statement (i.e. the stuff between two semicolons) is checked by a simple regular expression. -If the statement contains either 'use' or 'require', the statment is +If the statement contains either 'use' or 'require', the statement is handed over to the parser, who then tries to figure out, B is used or required. The results will be saved in a data structure that you can examine afterwards.