[LON-CAPA-cvs] cvs: modules /matthew/systemperl prepare_systemperl.pl

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 10 Dec 2003 14:52:13 -0000


matthew		Wed Dec 10 09:52:13 2003 EDT

  Modified files:              
    /modules/matthew/systemperl	prepare_systemperl.pl 
  Log:
  Added Postscript::Simple.
  
  
Index: modules/matthew/systemperl/prepare_systemperl.pl
diff -u modules/matthew/systemperl/prepare_systemperl.pl:1.4 modules/matthew/systemperl/prepare_systemperl.pl:1.5
--- modules/matthew/systemperl/prepare_systemperl.pl:1.4	Wed Jun 11 16:54:38 2003
+++ modules/matthew/systemperl/prepare_systemperl.pl	Wed Dec 10 09:52:13 2003
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w 
 #
-# $Id: prepare_systemperl.pl,v 1.4 2003/06/11 20:54:38 matthew Exp $
+# $Id: prepare_systemperl.pl,v 1.5 2003/12/10 14:52:13 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -25,7 +25,7 @@
 use strict;
 use CPAN;
 
-my $basedir = "/home/matthew/systemperl/systemperl-3.7-rh7";
+my $basedir = "/home/matthew/systemperl/systemperl-3.8-rh7";
 my $builddir = $basedir."/modules";
 system("mkdir -p $builddir") if (! -e $builddir);
 my $targetdir = $basedir."/root/usr";
@@ -124,6 +124,9 @@
 	       { src=>"Pod::POM",
 		 dirname=>"Pod-POM-*",
 		 compile=>$sysperl_install },
+               { src=>"PostScript::Simple",
+                 dirname =>"PostScript-Simple-*",
+                 compile=>$sysperl_install },
 	       { src=>"Safe::Hole",
 		 dirname=>"Safe-Hole-*",
 		 compile=>$sysperl_install },