summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]