Mercurial > rlmcintyre
diff BoosterPack/.svn/text-base/rulegen.pl.svn-base @ 0:0d795f02a8bb tip
initial committ. what was I thinking?
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 27 Sep 2010 16:57:26 -0400 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/BoosterPack/.svn/text-base/rulegen.pl.svn-base Mon Sep 27 16:57:26 2010 -0400 1.3 @@ -0,0 +1,4 @@ 1.4 +use Storable; 1.5 +use Rule; 1.6 +my $currentRule = Rule -> new(); 1.7 +store \$currentRule, 'rlm/booster.prefs'; 1.8 \ No newline at end of file