<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Build.PL.orig
+++ Build.PL
@@ -11,7 +11,7 @@ my $build = Module::Build-&gt;new
   dist_author =&gt; "David Megginson",
   dist_abstract =&gt; "a perl5 class library for parsing the output from James Clark's SGMLS and NSGMLS parsers.",
   create_makefile_pl =&gt; 'traditional',
-  script_files =&gt;  [ qw(script/sgmlspl.pl) ]
+  script_files =&gt;  [ qw(script/sgmlspl) ]
  );
 
 $build-&gt;add_build_element('pl');
--- MANIFEST.orig
+++ MANIFEST
@@ -67,6 +67,6 @@ MANIFEST.SKIP
 META.yml
 MYMETA.yml
 README
-script/sgmlspl.pl
+script/sgmlspl
 t/test-SGMLS.pl
 TODO
</pre></body></html>