Created
May 28, 2010 20:34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/WebGUI/Upgrade/Script.pm b/lib/WebGUI/Upgrade/Script.pm | |
index cae2a48..596c940 100644 | |
--- a/lib/WebGUI/Upgrade/Script.pm | |
+++ b/lib/WebGUI/Upgrade/Script.pm | |
@@ -238,7 +238,7 @@ WebGUI::Upgrade::Script - Utility package for WebGUI upgrade scripts | |
use WebGUI::Upgrade::Script; | |
- print "Adding new snippet.\n"; | |
+ report "Adding new snippet.\n"; | |
import_node->addChild({ className => 'WebGUI::Asset::Snippet', title => 'New Snippet'}); | |
config->set('config/item', 'new value'); | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment