X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=blobdiff_plain;f=lib%2FPOE%2FComponent%2FIRC%2FPlugin%2FHello.pm;h=90c14f1223cc5844294d8cedb6466827717e4b54;hp=3e832309c212b3ec612c8507001486a2e43d07f9;hb=d4df44503d8844b01f39da9dae5c546623d3a99f;hpb=8ff57ebf9b8d9e90a4904f13ace4ebc3f84698f9 diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index 3e83230..90c14f1 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -1,8 +1,9 @@ -package POE::Component::IRC::Plugin::Hello 0.001; +package POE::Component::IRC::Plugin::Hello; use 5.014000; use strict; use warnings; +our $VERSION = '0.001001'; use List::Util qw/first/;