We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a58e23 commit 2ec0e51Copy full SHA for 2ec0e51
.gitignore
@@ -4,6 +4,7 @@
4
/stuff
5
*.stackdump
6
core
7
+cpanfile
8
9
# Dist
10
/Text-PerlPP*
MANIFEST
@@ -1,3 +1,4 @@
1
+.editorconfig
2
bin/perlpp The command-line invoker
3
Changes
lib/Text/PerlPP.pm The main code and perldoc
MANIFEST.SKIP
@@ -76,3 +76,5 @@
76
^Makefile-premodule
77
^tags
78
\.stackdump$
79
+\bcpanfile\b
80
+\.gz$
0 commit comments