[libmodule-package-rdf-perl] 31/64: avoid auto-deps thingy from picking up Module::Install::StandardDocuments as a dep - it's bundled
    Jonas Smedegaard 
    js at alioth.debian.org
       
    Fri Aug  9 22:11:56 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-package-rdf-perl.
commit 9166844fdc4e21cce8a25c8caab0231159cdd1c4
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Mon Mar 11 16:52:36 2013 +0000
    avoid auto-deps thingy from picking up Module::Install::StandardDocuments as a dep - it's bundled
    
    --HG--
    branch : Module-Package-RDF
---
 lib/Module/Package/RDF.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Module/Package/RDF.pm b/lib/Module/Package/RDF.pm
index 73fcb53..5054fde 100644
--- a/lib/Module/Package/RDF.pm
+++ b/lib/Module/Package/RDF.pm
@@ -10,7 +10,7 @@ use Module::Install::AutoInstall 0 ();
 use Module::Install::AutoLicense 0.08 ();
 use Module::Install::AutoManifest 0 ();
 use Module::Install::ReadmeFromPod 0.12 ();
-use Module::Install::StandardDocuments 0 ();
+use Module::Install::StandardDocuments ();
 use Module::Install::Copyright 0.003 ();
 use Module::Install::RDF 0.006 ();
 use Module::Install::DOAP 0.002 ();
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-package-rdf-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list