in reply to Re: GitHub perl-ci.yml
in thread GitHub perl-ci.yml

Before your next release, don't forget to add a LICENSE, delete the misplaced test /01-html.t in the base directory, and fix the typo on line 170 of /lib/WWW/Crawl.pm (itial => initial). :)

Done!
Thanks...

Although I've deleted /01-html.t, it still shows :S

Replies are listed 'Best First'.
Re^3: GitHub perl-ci.yml
by SankoR (Prior) on Oct 15, 2023 at 20:55 UTC
    Try git rm then commit and push.

    Not that you asked, but I'd suggest git gui or another 3rd party gui for better control of your repo. Remembering how to use even git's basic features from the terminal is trickier than it seems.