aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-04 23:04:25 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-04 23:04:25 -0500
commit22b1657b282509f55d08f3965c835c2f688616da (patch)
tree740c87d822a0996461dbe05c221fc60f93c0c3c5
downloadgames-emulation-dcpu16-22b1657b282509f55d08f3965c835c2f688616da.tar.gz
games-emulation-dcpu16-22b1657b282509f55d08f3965c835c2f688616da.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/Games/Emulation/DCPU16.pm0
4 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1f2ef72
--- /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
+Games-Emulation-DCPU16-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..03ab001
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Games-Emulation-DCPU16
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..8a1fe72
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = Games-Emulation-DCPU16
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = Games-Emulation-DCPU16
+
+[Prereqs]
diff --git a/lib/Games/Emulation/DCPU16.pm b/lib/Games/Emulation/DCPU16.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Games/Emulation/DCPU16.pm