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
Remove super dispatchers, redispatching will simply be a rule type
Shawn M Moore
as sartak
More... over 16 years ago
Require "-base" because otherwise "use MyApp::Dispatcher" fails when we just want to use it
Shawn M Moore
as sartak
More... over 16 years ago
Factor out (un)tokenization into methods
Shawn M Moore
as sartak
More... over 16 years ago
Typo fixes in the doc
Shawn M Moore
as sartak
More... over 16 years ago
Bump to 0.03
Shawn M Moore
as sartak
More... over 16 years ago
Basic doc for Declarative
Shawn M Moore
as sartak
More... over 16 years ago
Changes
Shawn M Moore
as sartak
More... over 16 years ago
Dispatch doc, that covers all of the classes
Shawn M Moore
as sartak
More... over 16 years ago
Match doc
Shawn M Moore
as sartak
More... over 16 years ago
Make under rules immutable and remove their sugar
Shawn M Moore
as sartak
More... over 16 years ago
Rule::Under doc
Shawn M Moore
as sartak
More... over 16 years ago
Require that the predicate of an under rule match just a prefix
Shawn M Moore
as sartak
More... over 16 years ago
Rule::Tokens doc
Shawn M Moore
as sartak
More... over 16 years ago
Rule::Regex doc
Shawn M Moore
as sartak
More... over 16 years ago
Rule::CodeRef doc
Shawn M Moore
as sartak
More... over 16 years ago
Doc for Path::Dispatcher::Rule
Shawn M Moore
as sartak
More... over 16 years ago
Doc for the primary Path::Dispatcher module
Shawn M Moore
as sartak
More... over 16 years ago
Better error in a Rule class without _match
Shawn M Moore
as sartak
More... over 16 years ago
Allow dispatchers to override the token delimiter
Shawn M Moore
as sartak
More... over 16 years ago
Make the helper functions in PDD methods so we can have methods that subclasses override
Shawn M Moore
as sartak
More... over 16 years ago
Require that declarative dispatchers inherit from Path::Dispatcher::Declarative, for sanity (and feature) reasons
Shawn M Moore
as sartak
More... over 16 years ago
Use the empty string for no leftover instead of undef
Shawn M Moore
as sartak
More... over 16 years ago
Figure out a syntax for under rules that works well enough for v1
Shawn M Moore
as sartak
More... over 16 years ago
Allow passing in an already-instantiated rule to _add_rule
Shawn M Moore
as sartak
More... over 16 years ago
Initial support for "under" but it won't compose with itself so we need more syntax
Shawn M Moore
as sartak
More... over 16 years ago
Misc incisions
Shawn M Moore
as sartak
More... over 16 years ago
Split the create/add phases of declarative rule creation
Shawn M Moore
as sartak
More... over 16 years ago
Blocks are no longer required, so don't pass block => undef and trip the type constraint
Shawn M Moore
as sartak
More... over 16 years ago
Make attributes rw
Shawn M Moore
as sartak
More... over 16 years ago
More under tests.. looking good.. :)
Shawn M Moore
as sartak
More... over 16 years ago