ASP4x-Linker
view release on metacpan or search on metacpan
- Disabled some failing tests temporarily until we can fix them.
2012-02-03 v1.001
- Added chained widget-attribute-setters.
$widget->set(foo => 'bar', ...)->uri();
$widget->set(%args)->set(%more_args)->uri();
- Thanks to eric.hayes++ for the suggestion.
2011-05-01 v1.000
- $widget->set( non_existent_attribute => "value" ) will result in an exception.
- Simplified the documentation for ASP4x::Linker - the simplified style of
$linker->widget(...)->get/set(...) interface is very much preferred.
- API has otherwise remained unchanged for over a year. Time to go v1.000!!!
2010-05-13 v0.003
- Now, $linker->uri({foo => 'bar'}) returns a uri with foo=bar in there someplace.
- Upgrade recommended.
2010-04-01 v.0.002
- Added vars() method.
- Updated docs.
( run in 0.503 second using v1.01-cache-2.11-cpan-49f99fa48dc )