Changeset 3410 for lang/perl/Okina/trunk
- Timestamp:
- 12/21/07 16:59:18 (5 years ago)
- Location:
- lang/perl/Okina/trunk
- Files:
-
- 1 added
- 1 modified
-
CONCEPT (added)
-
lib/Okina.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Okina/trunk/lib/Okina.pm
r3406 r3410 3 3 use warnings; 4 4 use 5.10.0; 5 use Class::Component; 6 7 __PACKAGE__->load_components(qw/Plaggerize/); 5 8 6 9 our $VERSION = '0.01'; 10 11 sub run { 12 my ($self, $req) = @_; 13 14 } 7 15 8 16 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)