Changeset 3410

Show
Ignore:
Timestamp:
12/21/07 16:59:18 (5 years ago)
Author:
tokuhirom
Message:

Okina: plaggerize.

Location:
lang/perl/Okina/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Okina/trunk/lib/Okina.pm

    r3406 r3410  
    33use warnings; 
    44use 5.10.0; 
     5use Class::Component; 
     6 
     7__PACKAGE__->load_components(qw/Plaggerize/); 
    58 
    69our $VERSION = '0.01'; 
     10 
     11sub run { 
     12    my ($self, $req) = @_; 
     13 
     14} 
    715 
    8161;