Log In
source-git
/
perl-Term-ANSIColor
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
e6c7a3
perl-Term-ANSIColor-4.06 base
Merged and Committed by Packit
4 years ago
raw
patch
tree
39 files changed.
4675 lines added
.
0 lines removed
.
.gitignore
file added
+16
Changes
file added
+286
LICENSE
file added
+48
MANIFEST
file added
+41
MANIFEST.SKIP
file added
+39
Makefile.PL
file added
+76
README
file added
+163
README.md
file added
+158
THANKS
file added
+92
docs/metadata/README
file added
+6
docs/metadata/blurb
file added
+5
docs/metadata/description
file added
+22
docs/metadata/metadata.json
file added
+57
docs/metadata/notices
file added
+1
docs/metadata/quote
file added
+1
docs/metadata/requirements
file added
+32
examples/generate-colors
file added
+298
lib/Term/ANSIColor.pm
file added
+1272
t/data/perl.conf
file added
+19
t/data/perlcriticrc
file added
+100
t/data/perltidyrc
file added
+14
t/docs/pod-coverage.t
file added
+47
t/docs/pod-spelling.t
file added
+66
t/docs/pod.t
file added
+65
t/docs/synopsis.t
file added
+74
t/docs/urls.t
file added
+93
t/lib/Test/RRA.pm
file added
+279
t/lib/Test/RRA/Config.pm
file added
+222
t/module/aliases-env.t
file added
+81
t/module/aliases-func.t
file added
+88
t/module/basic.t
file added
+369
t/module/basic256.t
file added
+131
t/module/eval.t
file added
+60
t/module/stringify.t
file added
+54
t/style/coverage.t
file added
+71
t/style/critic.t
file added
+87
t/style/minimum-version.t
file added
+47
t/style/strict.t
file added
+56
t/taint/basic.t
file added
+39
perl-Term-ANSIColor-4.06 base
.gitignore
file added
+16
Changes
file added
+286
LICENSE
file added
+48
MANIFEST
file added
+41
MANIFEST.SKIP
file added
+39
Makefile.PL
file added
+76
README
file added
+163
README.md
file added
+158
THANKS
file added
+92
docs/metadata/README
file added
+6
docs/metadata/blurb
file added
+5
docs/metadata/description
file added
+22
docs/metadata/metadata.json
file added
+57
docs/metadata/notices
file added
+1
docs/metadata/quote
file added
+1
docs/metadata/requirements
file added
+32
examples/generate-colors
file added
+298
lib/Term/ANSIColor.pm
file added
+1272
t/data/perl.conf
file added
+19
t/data/perlcriticrc
file added
+100
t/data/perltidyrc
file added
+14
t/docs/pod-coverage.t
file added
+47
t/docs/pod-spelling.t
file added
+66
t/docs/pod.t
file added
+65
t/docs/synopsis.t
file added
+74
t/docs/urls.t
file added
+93
t/lib/Test/RRA.pm
file added
+279
t/lib/Test/RRA/Config.pm
file added
+222
t/module/aliases-env.t
file added
+81
t/module/aliases-func.t
file added
+88
t/module/basic.t
file added
+369
t/module/basic256.t
file added
+131
t/module/eval.t
file added
+60
t/module/stringify.t
file added
+54
t/style/coverage.t
file added
+71
t/style/critic.t
file added
+87
t/style/minimum-version.t
file added
+47
t/style/strict.t
file added
+56
t/taint/basic.t
file added
+39