From 3049a3cce378868ce9748357315515a848d3af53 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 2 Mar 2009 17:48:06 +0000 Subject: [PATCH] Fix POD/whitespace issues. --- lib/WebGUI/Asset/_NewAsset.skeleton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/WebGUI/Asset/_NewAsset.skeleton b/lib/WebGUI/Asset/_NewAsset.skeleton index e86f6cff9..ad9cb921c 100644 --- a/lib/WebGUI/Asset/_NewAsset.skeleton +++ b/lib/WebGUI/Asset/_NewAsset.skeleton @@ -212,6 +212,7 @@ sub purgeRevision { } #------------------------------------------------------------------- + =head2 view ( ) method called by the container www_view method. @@ -261,6 +262,7 @@ our @EXPORT = qw(install uninstall); use WebGUI::Session; #------------------------------------------------------------------- + sub install { my $config = $ARGV[0]; my $home = $ARGV[1] || "/data/WebGUI"; @@ -279,6 +281,7 @@ sub install { } #------------------------------------------------------------------- + sub uninstall { my $config = $ARGV[0]; my $home = $ARGV[1] || "/data/WebGUI";