Skip to main content

perlimports

·111 words·1 min·
Go perl Programming
❀️ It's great to see you here! I'm currently available on evenings and weekends for consulting and freelance work. Let's chat about how I can help you achieve your goals.

Over the past 6 months or so, I’ve been working on a project to port goimports (or some version of it) to Perl. By now I’ve tested it on our Perl codebase at $work, on MetaCPAN and also some CPAN modules. It’s now at a state where I can say it’s getting to be a useful tool.

You can find perlimports on MetaCPAN and GitHub.

For a more thorough introduction, see my talk from the Perl and Raku Conference this past week.

To view the slides:

curl https://raw.githubusercontent.com/oalders/presentations/main/slides/6-perlimports/remark.html -o perlimports.html && open perlimports.html

You can also see an example of what perlimports does, via this pull request on the Perl::Critic repository.


Related

My β€œGo for Perl Hackers” Cheatsheet
·86 words·1 min
Go perl Programming
Creating a Twitter List of CPAN Authors
·470 words·3 mins
metacpan perl Programming
Managing Your Travis CI Config Files with App::CISetup
·1199 words·6 mins
perl Programming