[Bps-public-commit] Path-Dispatcher branch, test-manual, updated. 7d96eb5b1a31cb3dd1b9dc07cabdd681e9eb232d
Shawn Moore
sartak at bestpractical.com
Tue Apr 26 12:11:54 EDT 2011
The branch, test-manual has been updated
via 7d96eb5b1a31cb3dd1b9dc07cabdd681e9eb232d (commit)
from a00f1d3d7ae5422894ba47f1f63c63fbd74ac48e (commit)
Summary of changes:
t/005-args.t | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 t/005-args.t
- Log -----------------------------------------------------------------
commit 7d96eb5b1a31cb3dd1b9dc07cabdd681e9eb232d
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Apr 26 12:11:30 2011 -0400
args test comin' up, for passing data into rules that matched
diff --git a/t/005-args.t b/t/005-args.t
new file mode 100644
index 0000000..9bb37ac
--- /dev/null
+++ b/t/005-args.t
@@ -0,0 +1,12 @@
+use strict;
+use warnings;
+use Test::More;
+use Path::Dispatcher;
+
+
+
+my $dispatcher = Path::Dispatcher->new;
+
+done_testing;
+
+
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list