diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:31:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:31:41 -0600 |
commit | ae6c3bfd9e0a72d06dddbf301f1e071ec2ba2bf9 (patch) | |
tree | f46bfc85c5f2772604a797a67c4413ce2b7d9a51 | |
parent | b2af005db21bd8fd068cb79b2ae700953128af2c (diff) | |
download | libtqt-perl-ae6c3bfd9e0a72d06dddbf301f1e071ec2ba2bf9.tar.gz libtqt-perl-ae6c3bfd9e0a72d06dddbf301f1e071ec2ba2bf9.zip |
Fix PRERETTQ
-rw-r--r-- | PerlTQt/Makefile.PL.in | 2 | ||||
-rw-r--r-- | cvs2cl.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in index e4009db..7746d30 100644 --- a/PerlTQt/Makefile.PL.in +++ b/PerlTQt/Makefile.PL.in @@ -83,7 +83,7 @@ my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs"); WriteMakefile( 'NAME' => 'TQt', 'VERSION_FROM' => 'TQt.pm', # finds $VERSION - 'PRERETTQ_PM' => {}, # e.g., Module::Name => 1.1, + 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1, 'INC' => '@all_includes@ -I. -I../smoke', 'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmokeqt ".'@LIBCRYPT@'." $qtlib"], # 'XS' => {'TQt.xs' => 'TQt.cpp'}, # does not work ... still expects TQt.c @@ -2265,7 +2265,7 @@ on getting anonymous CVS access to this script. Maintainer: Karl Fogel <kfogel@red-bean.com> Please report bugs to <bug-cvs2cl@red-bean.com>. -=head1 PRERETQUISITES +=head1 PREREQUISITES This script requires C<Text::Wrap>, C<Time::Local>, and C<File::Basename>. |