From 13d3aa89d126d7e372c547927515652379d496f3 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 17 Mar 2009 12:59:25 +0100 Subject: [PATCH] Code indentation --- bindings/perl/Champlain/Makefile.PL | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bindings/perl/Champlain/Makefile.PL b/bindings/perl/Champlain/Makefile.PL index 7cdf44d..4702c9c 100644 --- a/bindings/perl/Champlain/Makefile.PL +++ b/bindings/perl/Champlain/Makefile.PL @@ -26,15 +26,15 @@ sub main { # Find libchamplain my @typemaps = (); - my @deps = qw/ Glib /; + my @deps = ('Glib'); my %pkgconfig; eval { %pkgconfig = ExtUtils::PkgConfig->find("champlain-$champlain_version"); - # All XS files that start with Champlain are for libchamplain - push @XS_FILES, ; - push @typemaps, 'maps'; - push @deps, 'Clutter'; + # All XS files that start with Champlain are for libchamplain + push @XS_FILES, ; + push @typemaps, 'maps'; + push @deps, 'Clutter'; }; if (my $error = $@) { warn "FAIL: ", $error; @@ -50,7 +50,7 @@ sub main { # All XS files that start with Gtk2Champlain are for libchamplain-gtk push @XS_FILES, ; push @typemaps, 'maps-gtk'; - push @deps, 'Gtk2'; + push @deps, 'Gtk2'; }; if (my $error = $@) { warn "Ignoring the Gtk2 bindings ($error)"; @@ -75,9 +75,9 @@ sub main { File::Spec->catfile(cwd(), 'build', 'champlain.typemap') ); $DEPENDS->install( - File::Spec->catfile('build', 'champlain-autogen.h'), - 'champlain-perl.h', - ); + File::Spec->catfile('build', 'champlain-autogen.h'), + 'champlain-perl.h', + ); $DEPENDS->save_config(File::Spec->catfile('build', 'IFiles.pm')); @@ -86,7 +86,7 @@ sub main { AUTHOR => 'Emmanuel Rodriguez ', NAME => 'Champlain', VERSION_FROM => File::Spec->catfile('lib', 'Champlain.pm'), - ABSTRACT_FROM => File::Spec->catfile('lib', 'Champlain.pm'), + ABSTRACT_FROM => File::Spec->catfile('lib', 'Champlain.pm'), LICENSE => 'perl, lgpl', PREREQ_PM => { -- 2.39.5