[libdist-zilla-plugin-githubmeta-perl] 02/11: clean up unneded symbols with namespace::autoclean

Axel Beckert abe at deuxchevaux.org
Sun Apr 26 22:25:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.12
in repository libdist-zilla-plugin-githubmeta-perl.

commit c5641f0a7a8a7a446b2b97b8de9eec70ed912f5a
Author: Ricardo Signes <rjbs at cpan.org>
Date:   Mon May 2 17:46:12 2011 -0400

    clean up unneded symbols with namespace::autoclean
---
 lib/Dist/Zilla/Plugin/GithubMeta.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Dist/Zilla/Plugin/GithubMeta.pm b/lib/Dist/Zilla/Plugin/GithubMeta.pm
index cac9dc4..8b26b66 100644
--- a/lib/Dist/Zilla/Plugin/GithubMeta.pm
+++ b/lib/Dist/Zilla/Plugin/GithubMeta.pm
@@ -11,6 +11,8 @@ use MooseX::Types::URI qw[Uri];
 use Cwd;
 use IPC::Cmd qw[can_run];
 
+use namespace::autoclean;
+
 has 'homepage' => (
   is => 'ro',
   isa => Uri,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-githubmeta-perl.git



More information about the Pkg-perl-cvs-commits mailing list