From 81e7244be36bfcc69f25b086956d6cfa10f2b985 Mon Sep 17 00:00:00 2001 From: Nikolay Mishin Date: Tue, 24 Mar 2015 17:34:46 +0300 Subject: [PATCH] Update cpanoutdated.pm --- lib/App/cpanoutdated.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/App/cpanoutdated.pm b/lib/App/cpanoutdated.pm index 2039ccb..1d5f308 100644 --- a/lib/App/cpanoutdated.pm +++ b/lib/App/cpanoutdated.pm @@ -1,4 +1,6 @@ package App::cpanoutdated; + +# ABSTRACT: detect outdated CPAN modules in your environment. use strict; use warnings; our $VERSION = "0.28";