Changeset 200
- Timestamp:
- 02/28/06 14:32:52
- Files:
-
- trunk/plagger/plagger (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/plagger
r2 r200 9 9 10 10 my $config = 'config.yaml'; 11 GetOptions('--config=s', \$config); 11 GetOptions('--config=s', \$config, '--version' => \my $version); 12 Getopt::Long::Configure("bundling"); # allows -c -v 13 14 if ($version) { 15 print "Plagger version $Plagger::VERSION\n"; 16 exit; 17 } 12 18 13 19 Plagger->bootstrap(config => $config);
