From 2c999f00de6706ab37115f563125ec795f38023f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Mar 2015 14:49:08 +0000 Subject: [PATCH] Doc tweak --- Webperl/Application.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webperl/Application.pm b/Webperl/Application.pm index 54c4064..d88ef8e 100644 --- a/Webperl/Application.pm +++ b/Webperl/Application.pm @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see http://www.gnu.org/licenses/. -## @class +## @class Webperl::Application # Provide the core functionality required to initialise and run a web application # based on the webperl framework. This class is effectively a bootstrapper, # allowing the core of a web application to be created with minimal code - all