[perl-Gtk2-Spell] Move module file into correct subdir



commit c475bc4c29f62a8229550b103eaf746bda38c5b7
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jan 3 12:58:46 2012 +0100

    Move module file into correct subdir

 Makefile.PL                   |    6 +++---
 Spell.pm => lib/Gtk2/Spell.pm |    0
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 5a7d42a..542fb7d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -53,7 +53,7 @@ mkdir 'build', 0777;
 $gtk2spell = ExtUtils::Depends->new ('GtkSpell', 'Gtk2', 'Glib');
 $gtk2spell->set_inc ($pkgcfg{cflags});
 $gtk2spell->set_libs ($pkgcfg{libs});
-$gtk2spell->add_pm ('Spell.pm' => '$(INST_LIBDIR)/Spell.pm');
+$gtk2spell->add_pm ('lib/Gtk2/Spell.pm' => '$(INST_LIBDIR)/Spell.pm');
 $gtk2spell->add_xs ('GtkSpell.xs');
 my $cwd = cwd();
 $gtk2spell->add_typemaps (map {File::Spec->catfile($cwd,$_)} 'gtkspell.typemap' );
@@ -63,9 +63,9 @@ $gtk2spell->save_config ('build/IFiles.pm');
 
 WriteMakefile(
     NAME          => 'Gtk2::Spell',
-    VERSION_FROM  => 'Spell.pm',
+    VERSION_FROM  => 'lib/Gtk2/Spell.pm',
     PREREQ_PM     => {},
-    ABSTRACT_FROM => 'Spell.pm',
+    ABSTRACT_FROM => 'lib/Gtk2/Spell.pm',
     XSPROTOARG    => '-noprototypes',
     $gtk2spell->get_makefile_vars,
 );
diff --git a/Spell.pm b/lib/Gtk2/Spell.pm
similarity index 100%
rename from Spell.pm
rename to lib/Gtk2/Spell.pm



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]