App-perlimports 0.000040
Files
- CONTRIBUTING.md
 - CONTRIBUTORS
 - Changes
 - INSTALL
 - LICENSE
 - MANIFEST
 - META.json
 - META.yml
 - Makefile.PL
 - README.md
 - cpanfile
 - dist.ini
 - examples/tidy-libs-and-tests.sh
 - examples/tidy-using-config.sh
 - git/hooks/pre-commit
 - git/setup.sh
 - lib/App/perlimports.pm
 - lib/App/perlimports/Annotations.pm
 - lib/App/perlimports/CLI.pm
 - lib/App/perlimports/Config.pm
 - lib/App/perlimports/Document.pm
 - lib/App/perlimports/ExportInspector.pm
 - lib/App/perlimports/Include.pm
 - lib/App/perlimports/Role/Logger.pm
 - lib/App/perlimports/Sandbox.pm
 - perlcriticrc
 - perlimports.toml
 - perltidyrc
 - precious.toml
 - script/dump-perl-exports
 - script/perlimports
 - t/00-report-prereqs.dd
 - t/00-report-prereqs.t
 - t/Config.t
 - t/Document.t
 - t/ExportInspector/SubExporter.t
 - t/ExportInspector/load.t
 - t/Sandbox.t
 - t/after.t
 - t/annotations.t
 - t/args-in-import.t
 - t/builtin.pl
 - t/carp.t
 - t/cast-in-regex.t
 - t/cast.t
 - t/cli-args.t
 - t/cli.t
 - t/config-in-import.pl
 - t/cpan-modules/pithub.t
 - t/cpan-modules/test2-v0.t
 - t/datetime.t
 - t/do-block.t
 - t/dump-perl-exports.t
 - t/dupes.t
 - t/english.t
 - t/explodes.t
 - t/export-tags.t
 - t/exported-variables.t
 - t/find-bin.t
 - t/fully-qualified.t
 - t/func-in-use.t
 - t/func-in-var.t
 - t/geo-ip.t
 - t/hash-in-regex.t
 - t/hash-key.t
 - t/heredoc.t
 - t/ignored-modules.t
 - t/import-error.t
 - t/interpolation.t
 - t/is-ignored.t
 - t/lib/TestHelper.pm
 - t/lookalike-words.t
 - t/meta.t
 - t/method.t
 - t/missing-semicolon-in-import.t
 - t/module-with-inner-packages.t
 - t/moo.t
 - t/moose-types.t
 - t/moose.t
 - t/moosex-types-moose.t
 - t/nested-quotes.t
 - t/never-exports.t
 - t/original-imports.pl
 - t/padding.t
 - t/perl-imports.t
 - t/perl.t
 - t/perlimports.t
 - t/pragma.t
 - t/preserve-some-padding.t
 - t/preserve-spaces.t
 - t/qualified-bareword.t
 - t/quoted-var.t
 - t/re-export-via-sub-exporter.t
 - t/regex-replacement.t
 - t/require.t
 - t/respace-include.pl
 - t/script-with-inner-packages.t
 - t/signatures.pl
 - t/skip-all.t
 - t/socket.t
 - t/sort-imports.t
 - t/switches-in-import.t
 - t/symbol-as-method-call.t
 - t/symbol-in-export.t
 - t/test-builder.t
 - t/test-most.t
 - t/typeglob.t
 - t/unnest-quotes.t
 - t/use-and-require.t
 - t/var-in-hash-key.pl
 - t/var-in-regex.t
 - t/variable.t
 - t/with-version.t
 - test-data/annotate-everything.pl
 - test-data/annotation.pl
 - test-data/args-in-import.t
 - test-data/builtin.pl
 - test-data/carp-with-no-imports.pl
 - test-data/carp-without-verbose.pl
 - test-data/carp.pl
 - test-data/cast-in-regex.pl
 - test-data/cast.pl
 - test-data/config-in-import.pl
 - test-data/datetime.pl
 - test-data/dupes.pl
 - test-data/english.pl
 - test-data/exceptional.pl
 - test-data/explodes.pl
 - test-data/export-tags.pl
 - test-data/exported-variables.pl
 - test-data/find-bin.pl
 - test-data/foo.pl
 - test-data/foo.t
 - test-data/fully-qualified.pl
 - test-data/func-in-use-2.pl
 - test-data/func-in-use.pl
 - test-data/func-in-var.pl
 - test-data/geo-ip.pl
 - test-data/getopt-long.pl
 - test-data/getopt.pl
 - test-data/hash-in-regex.pl
 - test-data/heredoc.pl
 - test-data/http-status.pl
 - test-data/ignore-modules-pattern.txt
 - test-data/ignore-modules.txt
 - test-data/inner-package.pl
 - test-data/interpolation.pl
 - test-data/lib/Local/After.pm
 - test-data/lib/Local/CustomImport.pm
 - test-data/lib/Local/Explodes.pm
 - test-data/lib/Local/ImportException.pm
 - test-data/lib/Local/MooseTypeLibrary.pm
 - test-data/lib/Local/MyOwnMoo.pm
 - test-data/lib/Local/MyOwnMoose.pm
 - test-data/lib/Local/ReExportViaSubExporter.pm
 - test-data/lib/Local/RequireExporter.pm
 - test-data/lib/Local/STDOUT.pm
 - test-data/lib/Local/Sort.pm
 - test-data/lib/Local/SymbolInExport.pm
 - test-data/lib/Local/UsesMoo.pm
 - test-data/lib/Local/UsesMoose.pm
 - test-data/lib/Local/UsesMyOwnMoo.pm
 - test-data/lib/Local/UsesMyOwnMoose.pm
 - test-data/lib/Local/UsesTypesStandard.pm
 - test-data/lib/Local/UsesUsesImportInto.pm
 - test-data/lib/Local/ViaExporter.pm
 - test-data/lib/Local/ViaSubExporter.pm
 - test-data/lib/Local/WithInnerPkg.pm
 - test-data/lookalike-words.pl
 - test-data/messy-imports.pl
 - test-data/meta.t
 - test-data/method.pl
 - test-data/missing-semicolon-in-import.pl
 - test-data/moosex-types-moose.pl
 - test-data/more-find-bin.pl
 - test-data/nested-quotes.pl
 - test-data/never-export-modules.txt
 - test-data/noop.t
 - test-data/original-imports.pl
 - test-data/perl-version.pl
 - test-data/perlimports.toml
 - test-data/pithub.pl
 - test-data/pragma.t
 - test-data/preserve-some-padding.pl
 - test-data/preserve-spaces.pl
 - test-data/qualified-bareword.pl
 - test-data/quoted-var.pl
 - test-data/regex-replacement.pl
 - test-data/require.pl
 - test-data/same-import.pl
 - test-data/signatures.pl
 - test-data/skip-all.t
 - test-data/socket.pl
 - test-data/sort.pl
 - test-data/stdout.pl
 - test-data/switches-in-import.pl
 - test-data/symbol-as-method-call.pl
 - test-data/symbol-in-signature.pl
 - test-data/test-html-lint.t
 - test-data/test-more.t
 - test-data/test-most.t
 - test-data/typeglob.pl
 - test-data/unnest-quotes.pl
 - test-data/use-and-require.pl
 - test-data/var-in-hash-key.pl
 - test-data/var-in-regex.pl
 - test-data/variable.pl
 - test-data/via-exporter.pl
 - test-data/with-version.pl
 - test-needs-cpanfile
 - tidyall.ini
 - xt/author/eol.t
 - xt/author/mojibake.t
 - xt/author/pod-coverage.t
 - xt/author/pod-spell.t
 - xt/author/pod-syntax.t
 - xt/author/portability.t
 - xt/author/test-version.t
 - xt/author/tidyall.t
 - xt/release/cpan-changes.t