root/lang/perl/App-MadEye/trunk/lib/App/MadEye/Rule.pm
@
8012
| Revision 7563, 192 bytes (checked in by tokuhirom, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package App::MadEye::Rule; |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | |
| 5 | sub new { |
| 6 | my ($class, $config) = @_; |
| 7 | $config ||= {}; |
| 8 | bless {config => $config}, $class; |
| 9 | } |
| 10 | |
| 11 | sub config { $_[0]->{config} } |
| 12 | |
| 13 | 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)