Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perl-ide/app-perlimports
- Owner: perl-ide
- License: other
- Created: 2020-12-29T18:23:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:33:43.000Z (6 months ago)
- Last Synced: 2024-06-30T23:41:20.022Z (6 months ago)
- Topics: complexity, hacktoberfest, maintenance, perl, perl-modules, ppi
- Language: Perl
- Homepage:
- Size: 1.1 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.