From 44a225649e4c3792ed80c60b8e8ce7f88e5682f7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 16 Feb 2012 03:40:49 -0600 Subject: initial commit --- .gitignore | 17 +++++++++++++++++ Changes | 4 ++++ dist.ini | 9 +++++++++ lib/Bot/Flowdock/IRC.pm | 0 4 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/Bot/Flowdock/IRC.pm diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c296f36 --- /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 +Bot-Flowdock-IRC-* +*.bs +*.o diff --git a/Changes b/Changes new file mode 100644 index 0000000..cc9f54f --- /dev/null +++ b/Changes @@ -0,0 +1,4 @@ +Revision history for Bot-Flowdock-IRC + +{{$NEXT}} + - Initial release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..3f34b59 --- /dev/null +++ b/dist.ini @@ -0,0 +1,9 @@ +name = Bot-Flowdock-IRC +author = Jesse Luehrs +license = Perl_5 +copyright_holder = Jesse Luehrs + +[@DOY] +dist = Bot-Flowdock-IRC + +[Prereqs] diff --git a/lib/Bot/Flowdock/IRC.pm b/lib/Bot/Flowdock/IRC.pm new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3