12 lines
113 B
Perl
12 lines
113 B
Perl
|
package Classy::Event;
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use namespace::autoclean;
|
||
|
|
||
|
our $VERSION = '0.10';
|
||
|
|
||
|
1;
|
||
|
|
||
|
__END__
|