--- loncom/homework/caparesponse/Makefile.PL 2000/09/11 21:30:16 1.2 +++ loncom/homework/caparesponse/Makefile.PL 2000/09/13 20:49:02 1.3 @@ -15,7 +15,7 @@ $capadir = "/home/albertel/CAPA"; use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'caparesponse', # Name of your module + 'NAME' => 'capa', # Name of your module 'INC' => "-I$capadir/pProj", 'LIBS' => [''], # Custom libraries (if any) 'DEFINE' => '-g -Wall -O0 -D_GNU_SOURCE',