From b9f61cb9083623f2241868c6d466e70d1c4ebdb4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Jun 2018 23:56:03 -0400 Subject: set a minimum perl version --- lib/WWW/YNAB/Category.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/WWW/YNAB/Category.pm') diff --git a/lib/WWW/YNAB/Category.pm b/lib/WWW/YNAB/Category.pm index da02c19..2e1ccdb 100644 --- a/lib/WWW/YNAB/Category.pm +++ b/lib/WWW/YNAB/Category.pm @@ -1,5 +1,7 @@ package WWW::YNAB::Category; + +use 5.010; use Moose; # ABSTRACT: Category model object -- cgit v1.2.3-54-g00ecf