[libmodule-install-trustmetayml-perl] 06/24: remove use of no longer defined constant

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 15:18:39 UTC 2013


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

js pushed a commit to branch master
in repository libmodule-install-trustmetayml-perl.

commit bb88e516b16bbfefbe82c595d0ab22d3a2b4709a
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Thu Jul 5 11:36:39 2012 +0100

    remove use of no longer defined constant
    
    --HG--
    branch : Module-Install-TrustMetaYml
---
 lib/Module/Install/TrustMetaYml.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Module/Install/TrustMetaYml.pm b/lib/Module/Install/TrustMetaYml.pm
index 37c5065..a75de82 100644
--- a/lib/Module/Install/TrustMetaYml.pm
+++ b/lib/Module/Install/TrustMetaYml.pm
@@ -41,7 +41,7 @@ sub trust_meta_yml
 
 *trust_meta_yaml = \&trust_meta_yml;
 
-TRUE;
+1;
 
 __END__
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-trustmetayml-perl.git



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