summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin.pm
blob: 0858758459d835adcc79040cecb5c44890dcc978 (plain) (blame)
1
2
3
4
5
6
7
package Reply::Plugin;
use strict;
use warnings;

sub new { bless {}, shift }

1;