[libmoosex-lazyrequire-perl] 01/02: keep dzil from hiding the 1; at the end
Intrigeri
intrigeri at moszumanska.debian.org
Wed Aug 27 21:25:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to annotated tag 0.04
in repository libmoosex-lazyrequire-perl.
commit 1ad3eee0aa65a94425240cb9a6e928a2338ae1e4
Author: Jesse Luehrs <doy at tozt.net>
Date: Tue Sep 8 22:46:25 2009 -0500
keep dzil from hiding the 1; at the end
---
lib/MooseX/LazyRequire.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/MooseX/LazyRequire.pm b/lib/MooseX/LazyRequire.pm
index ba9faad..df5d7d1 100644
--- a/lib/MooseX/LazyRequire.pm
+++ b/lib/MooseX/LazyRequire.pm
@@ -62,10 +62,10 @@ sub init_meta {
);
}
+1;
+
=begin Pod::Coverage
init_meta
=end Pod::Coverage
-
-1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-lazyrequire-perl.git
More information about the Pkg-perl-cvs-commits
mailing list