summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-15 23:15:12 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-15 23:15:12 -0600
commit5c8ee222c30178b12835ccb7bddabc19a029de56 (patch)
tree1024d896a78e75820cc99311dc35495fdde5dfb8
downloadnet-flowdock-stream-5c8ee222c30178b12835ccb7bddabc19a029de56.tar.gz
net-flowdock-stream-5c8ee222c30178b12835ccb7bddabc19a029de56.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/Net/Flowdock/Stream.pm0
4 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cae0c5e
--- /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
+Net-Flowdock-Stream-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..e673712
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Net-Flowdock-Stream
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..e5abab8
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = Net-Flowdock-Stream
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = Net-Flowdock-Stream
+
+[Prereqs]
diff --git a/lib/Net/Flowdock/Stream.pm b/lib/Net/Flowdock/Stream.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Net/Flowdock/Stream.pm