Skip to content

Commit fbdb45e

Browse files
authored
Initial commit
0 parents  commit fbdb45e

File tree

3 files changed

+711
-0
lines changed

3 files changed

+711
-0
lines changed

Diff for: .gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
!Build/
2+
.last_cover_stats
3+
/META.yml
4+
/META.json
5+
/MYMETA.*
6+
*.o
7+
*.pm.tdy
8+
*.bs
9+
10+
# Devel::Cover
11+
cover_db/
12+
13+
# Devel::NYTProf
14+
nytprof.out
15+
16+
# Dizt::Zilla
17+
/.build/
18+
19+
# Module::Build
20+
_build/
21+
Build
22+
Build.bat
23+
24+
# Module::Install
25+
inc/
26+
27+
# ExtUitls::MakeMaker
28+
/blib/
29+
/_eumm/
30+
/*.gz
31+
/Makefile
32+
/Makefile.old
33+
/MANIFEST.bak
34+
/pm_to_blib
35+
/*.zip

0 commit comments

Comments
 (0)