summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-19 23:51:31 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-19 23:51:31 -0600
commita0cc11a5f9b60226a07054d6041cc45b4ea2221a (patch)
tree7b2441e908f7a5d84af665ed29af345fab5104d0
downloadbread-board-declare-a0cc11a5f9b60226a07054d6041cc45b4ea2221a.tar.gz
bread-board-declare-a0cc11a5f9b60226a07054d6041cc45b4ea2221a.zip
initial commit
-rw-r--r--.gitignore13
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/MooseX/Bread/Board.pm0
-rw-r--r--weaver.ini32
5 files changed, 58 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ba8158d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+cover_db
+META.yml
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
+.build
+MooseX-Bread-Board-*
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..26fa893
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for MooseX-Bread-Board
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..d9964b4
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = MooseX-Bread-Board
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = MooseX-Bread-Board
+
+[Prereqs]
diff --git a/lib/MooseX/Bread/Board.pm b/lib/MooseX/Bread/Board.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/MooseX/Bread/Board.pm
diff --git a/weaver.ini b/weaver.ini
new file mode 100644
index 0000000..498b331
--- /dev/null
+++ b/weaver.ini
@@ -0,0 +1,32 @@
+[@CorePrep]
+
+[Name]
+[Version]
+
+[Region / prelude]
+
+[Generic / SYNOPSIS]
+[Generic / DESCRIPTION]
+[Generic / OVERVIEW]
+
+[Collect / ATTRIBUTES]
+command = attr
+
+[Collect / METHODS]
+command = method
+
+[Collect / FUNCTIONS]
+command = func
+
+[Leftovers]
+
+[Region / postlude]
+
+[Generic / BUGS]
+
+[SeeAlso]
+
+[Generic / SUPPORT]
+
+[Authors]
+[Legal]