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) |
|---|
| Line | |
|---|---|
| 1 | package Hook::Modular::Rule::Always; |
| 2 | |
| 3 | use warnings; |
| 4 | use strict; |
| 5 | use base qw( Hook::Modular::Rule ); |
| 6 | |
| 7 | |
| 8 | our $VERSION = '0.03'; |
| 9 | |
| 10 | |
| 11 | sub dispatch { 1 } |
| 12 | |
| 13 | |
| 14 | 1; |
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)