Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perl-ide/app-perlimports

Make implicit Perl imports explicit
https://github.com/perl-ide/app-perlimports

complexity hacktoberfest maintenance perl perl-modules ppi

Last synced: about 1 month ago
JSON representation

Make implicit Perl imports explicit

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/perl-ide/App-perlimports/actions/workflows/dzil-build-and-test.yml/badge.svg)](https://github.com/perl-ide/App-perlimports/actions)
[![codecov](https://codecov.io/gh/perl-ide/App-perlimports/branch/master/graph/badge.svg)](https://codecov.io/gh/perl-ide/App-perlimports)
[![Kwalitee status](https://cpants.cpanauthors.org/dist/App-perlimports.png)](https://cpants.cpanauthors.org/dist/App-perlimports)
[![GitHub tag](https://img.shields.io/github/tag/perl-ide/App-perlimports.svg)]()
[![Cpan license](https://img.shields.io/cpan/l/App-perlimports.svg)](https://metacpan.org/release/App-perlimports)

# NAME

App::perlimports - Make implicit imports explicit

# VERSION

version 0.000055

# DESCRIPTION

This distribution provides the [perlimports](https://metacpan.org/pod/perlimports) command line interface (CLI),
which aims to automate the cleanup and maintenance of Perl import statements.
See [perlimports](https://metacpan.org/pod/perlimports) for detailed information on how to use this tool.

# AUTHOR

Olaf Alders

# COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Olaf Alders.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.