root/lang/perl/Hook-Modular/tags/Hook-Modular-0.03/lib/Hook/Modular/Rule/Always.pm @ 9782

Revision 9782, 151 bytes (checked in by hanekomu, 5 years ago)

r6128@nbgr: marcel | 2008-04-18 16:44:52 +0200
lang/perl/Hook-Modular: initial commit

Line 
1package Hook::Modular::Rule::Always;
2
3use warnings;
4use strict;
5use base qw( Hook::Modular::Rule );
6
7
8our $VERSION = '0.03';
9
10
11sub dispatch { 1 }
12
13
141;
Note: See TracBrowser for help on using the browser.