[libconfig-model-dpkg-perl] 01/03: reindented Build.PL

dod at debian.org dod at debian.org
Mon Jan 19 20:35:15 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit be94923bd81425e7230e3a1ce4f2411e57dc2067
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Jan 19 21:22:07 2015 +0100

    reindented Build.PL
---
 Build.PL | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/Build.PL b/Build.PL
index c9a16db..5805e41 100644
--- a/Build.PL
+++ b/Build.PL
@@ -29,10 +29,10 @@ my $class = Module::Build->subclass(
     code => <<'SUBCLASS' );
 
 sub ACTION_build {
-    my $self = shift;
-    # below requires Config::Model 2.026, and need to use local library
-    system ($^X, qw!-Ilib -S cme gen-class-pod!) ;
-    $self->SUPER::ACTION_build;
+my $self = shift;
+# below requires Config::Model 2.026, and need to use local library
+system ($^X, qw!-Ilib -S cme gen-class-pod!) ;
+$self->SUPER::ACTION_build;
 }
 SUBCLASS
 
@@ -45,34 +45,34 @@ my $build = $class->new(
     dist_abstract => 'Edit and validate dpkg source files with cme',
     dist_author   => 'Dominique Dumont (dod at debian dot org)',
 
-  'build_requires' => {
-    'Config::Model::Tester' => '2.043', # need specific bug fix
-    'Module::Build' => '0.34',
-    'Test::Differences' => '0',
-    'Test::Exception' => '0',
-    'Test::Memory::Cycle' => '0',
-    'Test::More' => '0',
-    'Test::Warn' => '0.11'
-  },
-  'requires' => {
-    'Config::Model' => '2.055',
-	'LWP::Simple' => '0',
-    'DB_File' => '0',
-    'File::Path' => '2.07',
-    'IO::File' => '0',
-    'Log::Log4perl' => '1.11',
-    'Mouse' => '0',
-    'Parse::RecDescent' => 'v1.90.0',
-    'Software::License' => 0,
-  },
+    'build_requires' => {
+        'Config::Model::Tester' => '2.043', # need specific bug fix
+        'Module::Build' => '0.34',
+        'Test::Differences' => '0',
+        'Test::Exception' => '0',
+        'Test::Memory::Cycle' => '0',
+        'Test::More' => '0',
+        'Test::Warn' => '0.11'
+    },
+    'requires' => {
+        'Config::Model' => '2.055',
+        'LWP::Simple' => '0',
+        'DB_File' => '0',
+        'File::Path' => '2.07',
+        'IO::File' => '0',
+        'Log::Log4perl' => '1.11',
+        'Mouse' => '0',
+        'Parse::RecDescent' => 'v1.90.0',
+        'Software::License' => 0,
+    },
 
     meta_merge => {
         resources => {
             homepage => 'https://github.com/dod38fr/config-model/wiki',
             MailingList =>
-              'https://lists.sourceforge.net/lists/listinfo/config-model-users',
+            'https://lists.sourceforge.net/lists/listinfo/config-model-users',
             repository =>
-              'git://anonscm.debian.org/pkg-perl/packages/libconfig-model-dpkg-perl.git',
+            'git://anonscm.debian.org/pkg-perl/packages/libconfig-model-dpkg-perl.git',
         },
     },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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