root/lang/perl/App-Chariot/trunk/chariot
| Revision 12554, 238 bytes (checked in by tokuhirom, 8 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/perl |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | use File::Spec; |
| 5 | use FindBin; |
| 6 | use lib File::Spec->catfile($FindBin::Bin, 'lib'); |
| 7 | use lib File::Spec->catfile($FindBin::Bin, 'vender', 'data-clmemo', 'lib'); |
| 8 | use App::Chariot; |
| 9 | |
| 10 | App::Chariot->run; |
| 11 | |
| 12 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)