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";