From 440c5c517b4502062922b68d671fab8720be75c8 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 12 Aug 2013 20:02:45 +0300 Subject: [PATCH] Fix Makefile.PL, bump version to 0.001001 --- Changes | 2 ++ Makefile.PL | 17 ++++++++++------- README | 4 ++-- lib/POE/Component/IRC/Plugin/Logger/Irssi.pm | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 7aea4b4..8986bcf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension POE::Component::IRC::Plugin::Logger::Irssi. +0.001001 Mon 12 Aug 20:01:51 EEST 2013 + - Fix Makefile.PL 0.001 Mon 12 Aug 15:58:49 EEST 2013 - Initial release diff --git a/Makefile.PL b/Makefile.PL index ed29709..f6d6aa0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,15 @@ use 5.014000; use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. + WriteMakefile( NAME => 'POE::Component::IRC::Plugin::Logger::Irssi', - VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', # finds $VERSION - PREREQ_PM => {}, # e.g., Module::Name => 1.1 - ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', # retrieve abstract from module - AUTHOR => 'Marius Gavrilescu ') : ()), + VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', + PREREQ_PM => {}, + MIN_PERL_VERSION => '5.14.0', + ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm', + AUTHOR => 'Marius Gavrilescu ', + LICENSE => 'perl', + META_ADD => { + dynamic_config => 0, + } ); diff --git a/README b/README index 88caad4..ca0a7c9 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -POE-Component-IRC-Plugin-Logger-Irssi version 0.001 -================================================== +POE-Component-IRC-Plugin-Logger-Irssi version 0.001001 +====================================================== POE::Component::IRC::Plugin::Logger::Irssi is an extension to the L PoCo-IRC plugin that logs diff --git a/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm b/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm index 67b5dd1..462fa15 100644 --- a/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm +++ b/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm @@ -1,6 +1,6 @@ package POE::Component::IRC::Plugin::Logger::Irssi; -our $VERSION = 0.001; +our $VERSION = 0.001001; use 5.014000; use strict; -- 2.30.2