[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. 2e47bb04483ba458f2b1fbf48b5f36ffcf5a54fc

Dominique Dumont dod at debian.org
Sun Sep 30 13:45:31 UTC 2012


The following commit has been merged in the master branch:
commit c9b7c6dfa4515049ef1cbc9af538a32e81400208
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Sep 19 17:55:26 2012 +0200

    Build.PL copied from the one generated by dzil

diff --git a/Build.PL b/Build.PL
index 883aedb..60fd8f7 100644
--- a/Build.PL
+++ b/Build.PL
@@ -30,7 +30,8 @@ my $class = Module::Build->subclass(
 
 sub ACTION_build {
     my $self = shift;
-    system ($^X, qw!-Ilib -I ../config-model/lib ../config-model/script/cme gen-class-pod!) ;
+    # below requires Config::Model 2.026
+    system ($^X, qw!-Ilib cme gen-class-pod!) ;
     $self->SUPER::ACTION_build;
 }
 SUBCLASS
@@ -41,11 +42,44 @@ my $build = $class->new(
     dist_abstract => 'Edit and validate dpkg source files with cme',
     dist_author   => 'Dominique Dumont (dod at debian dot org)',
 
-    # Build.PL runs gen_class_pod.pl which loads Config::Model from lib,
-    # hence most of the runtime dependencies are in fact 
-    # configure_requires. This should improve Perl smoke tests.
-
-##{ $plugin->get_prereqs ##}
+  'build_requires' => {
+    'File::Copy::Recursive' => '0',
+    'Module::Build' => '0.34',
+    'Path::Class' => '0',
+    'Probe::Perl' => '0',
+    'Test::Command' => '0.08',
+    'Test::Differences' => '0',
+    'Test::Exception' => '0',
+    'Test::File::Contents' => '0',
+    'Test::Memory::Cycle' => '0',
+    'Test::More' => '0',
+    'Test::Warn' => '0.11'
+  },
+  'requires' => {
+    'Config::Model' => '2.026',
+    'Any::Moose' => '0',
+    'AnyEvent' => '0',
+    'AnyEvent::HTTP' => '0',
+    'Carp::Assert::More' => '0',
+    'DB_File' => '0',
+    'Exception::Class' => '0',
+    'File::HomeDir' => '0',
+    'File::Path' => '2.07',
+    'Hash::Merge' => '0.12',
+    'IO::File' => '0',
+    'List::MoreUtils' => '0',
+    'Log::Log4perl' => '1.11',
+    'Mouse' => '0',
+    'MouseX::NativeTraits' => '0',
+    'MouseX::StrictConstructor' => '0',
+    'Parse::RecDescent' => 'v1.90.0',
+    'Pod::POM' => '0',
+    'Scalar::Util' => '0',
+    'Term::ReadLine' => '0',
+    'Text::Autoformat' => '0',
+    'Text::Diff' => '0',
+    'namespace::autoclean' => '0'
+  },
 
     meta_merge => {
         resources => {

-- 
Debian native package for Config::Model::Dpkg



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