Parent Directory
|
Revision Log
Moved from XML to Data::Dumper
| 1 | weasel | 123 | # vim:set syntax=perl: |
| 2 | weasel | 1 | |
| 3 | weasel | 123 | $CONFIG = { |
| 4 | 'homedir' => '/home/pinger/echolot', | ||
| 5 | 'sitename' => 'unconfigured', | ||
| 6 | |||
| 7 | 'my_localpart' => 'pinger', | ||
| 8 | 'my_domain' => 'example.com', | ||
| 9 | |||
| 10 | 'Pinger::Mix' => { | ||
| 11 | 'mix' => '/home/pinger/Mix/mix', | ||
| 12 | 'mixdir' => '/home/pinger/Mix' | ||
| 13 | } | ||
| 14 | }; |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |