root/lang/perl/Gopper/trunk/lib/Gopper/Plugin.pm @ 56

Revision 56, 127 bytes (checked in by yappo, 6 years ago)

r579@haruna: ko | 2007-09-07 10:37:55 +0900
lang/perl/Gopper: initial import.

Line 
1package Gopper::Plugin;
2
3use strict;
4use warnings;
5
6use base 'Class::Component::Plugin';
7use HTTP::Status;
8
9sub handler {}
10
111;
Note: See TracBrowser for help on using the browser.