Skip to content

Commit

Permalink
* removed mandatory modules check from Makefile.PL to keep CPAN module
Browse files Browse the repository at this point in the history
  (and Leon) happy


git-svn-id: svn://svn.tt2.org/tt/Template2/trunk@292 d5a88997-0a34-4036-9ed2-92fb5d660d91
  • Loading branch information
abw committed Jan 9, 2002
1 parent aaa118f commit c7d3d41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ my $SPLASH_STYLES = {

welcome_message();
version_check();
mandatory_modules();
# mandatory_modules();
optional_modules();
optional_stash_xs();
optional_latex();
Expand Down Expand Up @@ -237,7 +237,10 @@ my %opts = (
'EXE_FILES' => [ 'bin/tpage', 'bin/ttree' ],
'PMLIBDIRS' => [ 'lib' ],
'DIR' => [ ],
'PREREQ_PM' => { 'AppConfig' => 1.52 },
'PREREQ_PM' => {
'AppConfig' => 1.52,
'File::Spec' => 0.6,
},
'dist' => {
'COMPRESS' => 'gzip',
'SUFFIX' => 'gz',
Expand Down

0 comments on commit c7d3d41

Please sign in to comment.