summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/App/Ttyrec.pm0
4 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b86df51
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+cover_db
+META.*
+MYMETA.*
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
+.DS_Store
+.build
+App-Ttyrec-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..eedd905
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for App-Ttyrec
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..cf042f2
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = App-Ttyrec
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = App-Ttyrec
+
+[Prereqs]
diff --git a/lib/App/Ttyrec.pm b/lib/App/Ttyrec.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/App/Ttyrec.pm