From 36e7a5a4d06c0f0fc1e3a8f09c3a32494a42e3a2 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 15 Mar 2015 12:20:24 +0200 Subject: [PATCH] Add Class::Accessor::Fast to dependencies --- Makefile.PL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 494aabf..0cf0f0c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,10 +14,11 @@ WriteMakefile( Try::Tiny 0/, }, PREREQ_PM => { - qw/Date::Parse 0 - JSON::MaybeXS 0 - Sort::ByExample 0 - URI::Escape 0/, + qw/Class::Accessor::Fast 0 + Date::Parse 0 + JSON::MaybeXS 0 + Sort::ByExample 0 + URI::Escape 0/, }, META_ADD => { dynamic_config => 0, -- 2.30.2