[libmodule-package-rdf-perl] 07/64: static_config

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 22:11:51 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 fae2a203c790e7e24707af75c00818966e3ba08d
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jan 6 10:40:09 2012 +0000

    static_config
    
    --HG--
    branch : Module-Package-RDF
---
 lib/Module/Package/RDF.pm |    7 +++++--
 meta/deps.ttl             |    1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Package/RDF.pm b/lib/Module/Package/RDF.pm
index 7ec4dde..f32422d 100644
--- a/lib/Module/Package/RDF.pm
+++ b/lib/Module/Package/RDF.pm
@@ -38,6 +38,7 @@ sub main
 	$self->mi->trust_meta_yml;
 	$self->mi->rdf_metadata;
 	$self->mi->doap_metadata;
+	$self->mi->static_config;
 	$self->mi->sign;
 	
 	$self->mi->include_deps('Module::Package::Dist::RDF');
@@ -59,11 +60,11 @@ sub main
 	$self->post_all_from(sub {$self->mi->clean_files('SIGNATURE')});
 }
 
-# We don't want to auto-invoke all_from...
+# We __don't__ want to auto-invoke all_from...
 sub all_from
 {
 	my $self = shift;
-	# $self->mi->_all_from(@_);
+	# $self->mi->_all_from(@_); # NO THANK YOU!
 	$_->() for @{$self->{post_all_from} || []};
 }
 
@@ -113,6 +114,8 @@ In addition to the inherited behavior, this flavour uses the following plugins:
 
 =back
 
+And sets C<< static_config >> and C<< sign >>.
+
 =head1 BUGS
 
 Please report any bugs to L<http://rt.cpan.org/>.
diff --git a/meta/deps.ttl b/meta/deps.ttl
index 07de50f..a13513a 100644
--- a/meta/deps.ttl
+++ b/meta/deps.ttl
@@ -3,6 +3,7 @@
 <http://purl.org/NET/cpan-uri/dist/Module-Package-RDF/project>
 	:requires
 		"Module::Package 0.30" ,
+		"Module::Install 1.04" ,
 		"Module::Install::RDF 0.004" ,
 		"Module::Install::DOAP 0.004" ,
 		"Module::Install::DOAPChangeSets 0.201" ,

-- 
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