summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-08 18:19:23 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-08 18:22:33 -0600
commitc1e010c43d2b0c711446331ee766ca4c29777198 (patch)
tree7ffcc38d9607a8947a9ecc9f1a47a76b5b63df70
parent4acfc05b68ecbbe30059bd96964b370b304b79c8 (diff)
downloadox-view-tt-c1e010c43d2b0c711446331ee766ca4c29777198.tar.gz
ox-view-tt-c1e010c43d2b0c711446331ee766ca4c29777198.zip
gitignore and dist.ini
-rw-r--r--.gitignore17
-rw-r--r--dist.ini17
2 files changed, 22 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 5ca0973..9951be1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,17 @@
+cover_db
+META.*
+MYMETA.*
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
.DS_Store
-
+.build
+OX-View-TT-*
+*.bs
+*.o
diff --git a/dist.ini b/dist.ini
index 266e076..4346143 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,16 +1,11 @@
name = OX-View-TT
-author = Stevan Little <stevan.little at iinteractive.com>
-license = Perl_5
-copyright_holder = Infinity Interactive
+author = Jesse Luehrs <doy at cpan dot org>
+license = MIT
+copyright_holder = Jesse Luehrs
[@DOY]
+:version = 0.08
dist = OX-View-TT
+repository = github
-[Authority]
-authority = cpan:STEVAN
-
-[Prereqs]
-OX = 0
-MooseX::Types::Path::Class = 0
-Template = 0
-
+[AutoPrereqs]