We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e907 commit 6f3a4adCopy full SHA for 6f3a4ad
.gitignore
@@ -1,7 +1,3 @@
1
-# carton/local::lib
2
-# coverage
3
-# generated by Makefile.PL (for instance when doing `cpanm --installdeps .`)
4
-# tidyall
5
*.komodoproject
6
*.kpf
7
*.sqlite*
@@ -12,14 +8,14 @@
12
8
/Makefile
13
9
/Makefile.old
14
10
/blib
11
+/cover_db/
15
/etc/metacpan_local.pl
+/local/
+/log4perl_local.conf
+/metacpan_server_local.conf
16
+/perltidy.LOG
17
/pm_to_blib
18
/t/var/darkpan/
19
/t/var/log/
20
/t/var/tmp/
21
/var
-cover_db/
22
-local/
23
-log4perl_local.conf
24
-metacpan_server_local.conf
25
-perltidy.LOG
0 commit comments