0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make "on ''" match only the empty path
Shawn M Moore
as sartak
More... about 16 years ago
Class name fix
Shawn M Moore
as sartak
More... about 16 years ago
Add an "empty" rule
Shawn M Moore
as sartak
More... about 16 years ago
Bump to 0.06
Shawn M Moore
as sartak
More... about 16 years ago
Update Changes
Shawn M Moore
as sartak
More... about 16 years ago
Special case on '' => sub {} to match everything
Shawn M Moore
as sartak
More... about 16 years ago
Add an Always rule
Shawn M Moore
as sartak
More... about 16 years ago
Mention in the top-level doc that run passes on args to each codeblock
Shawn M Moore
as sartak
More... about 16 years ago
Plan fix
Shawn M Moore
as sartak
More... about 16 years ago
Make sure that redispatching directly to a dispatcher object works too
Shawn M Moore
as sartak
More... about 16 years ago
Remove t/lib
Shawn M Moore
as sartak
More... about 16 years ago
t/103-input test fixes
Shawn M Moore
as sartak
More... about 16 years ago
declarative abort test fixes
Shawn M Moore
as sartak
More... about 16 years ago
Begin improving the declarative tests
Shawn M Moore
as sartak
More... about 16 years ago
Add redispatch_to sugar
Shawn M Moore
as sartak
More... about 16 years ago
fix test plan. More... about 16 years ago
Doc, ignore Makefile.old
Shawn M Moore
as sartak
More... about 16 years ago
Ensure that token matching is by default case sensitive in the declarative dispatcher
Shawn M Moore
as sartak
More... about 16 years ago
Remove the "if length(leftover) && !prefix" check; it doesn't actually make sense
Shawn M Moore
as sartak
More... about 16 years ago
Make the Tokens type constraint do what I actually want it to; TODO: make it sane
Shawn M Moore
as sartak
More... about 16 years ago
Test coverage improvements
Shawn M Moore
as sartak
More... about 16 years ago
Argh, fix the type constraint check for tokens
Shawn M Moore
as sartak
More... about 16 years ago
No need to throw an explicit error here, Perl gives an even better method-missing error
Shawn M Moore
as sartak
More... about 16 years ago
Test that trying to run a rule that lacks a coderef is an error
Shawn M Moore
as sartak
More... about 16 years ago
first_match
Shawn M Moore
as sartak
More... about 16 years ago
We require Test::Exception now
Shawn M Moore
as sartak
More... about 16 years ago
Test that the matcher returning the wrong thing throws an error. This will probably never come up in practice but it is a limitation for now
Shawn M Moore
as sartak
More... about 16 years ago
Add an alias "has_match"
Shawn M Moore
as sartak
More... about 16 years ago
Ignore cover_db
Shawn M Moore
as sartak
More... about 16 years ago
Test that "use Path::Dispatcher -base" throws a helpful error
Shawn M Moore
as sartak
More... about 16 years ago