Changeset 455 for lang/perl/Gopper
- Timestamp:
- 10/11/07 16:17:39 (6 years ago)
- Location:
- lang/perl/Gopper/trunk
- Files:
-
- 2 added
- 1 modified
-
gopper.pl (modified) (2 diffs)
-
lib/Gopper/Plugin/Method (added)
-
lib/Gopper/Plugin/Method/ConfigDump.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Gopper/trunk/gopper.pl
r56 r455 10 10 use lib file( $FindBin::RealBin, 'lib' )->stringify; 11 11 use Gopper; 12 Gopper->load_plugins(qw/ Method::ConfigDump /); 12 13 13 14 sub stdio_close { … … 32 33 33 34 sub start { 34 Gopper->new(config => shift)->run; 35 my $gopper = Gopper->new(config => shift); 36 $gopper->call('config_dump'); 37 $gopper->run; 35 38 } 36 39
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)