Hi, Yes, it is clearly a bug.I will fix it. Thank you for the report.
2013/11/1 Leo Liu <[email protected]> > Hi there, > > Run "global -v --result=grep --path-style=shorter --grep set_cookie" in > Dancer¹ gives back: > > lib/Dancer.pm:95: set_cookie > lib/Dancer.pm:206:sub set_cookie { Dancer::Cookies->set_cookie(@_) } > lib/Dancer.pm:668:eventually be preferred over C<set_cookie>. > lib/Dancer.pm:1563:=head2 set_cookie > lib/Dancer.pm:1568: set_cookie name => 'value', > lib/Dancer.pm:1578: set_cookie oauth => { > lib/Dancer/Cookies.pm:23: defined $value && set_cookie( $class, > $name, $value, @_ ); > lib/Dancer/Cookies.pm:51:# set_cookie name => value, > lib/Dancer/Cookies.pm:54:sub set_cookie { > lib/Dancer/Cookies.pm:61: Dancer::Cookies->set_cookie_object($name => > $cookie); > lib/Dancer/Cookies.pm:64:sub set_cookie_object { > lib/Dancer/Session/Abstract.pm:111: > Dancer::Cookies->set_cookie_object($name => $c); > t/lib/TestApp.pm:47:get '/set_cookie/*/*' => sub { > t/lib/TestApp.pm:49: set_cookie $name => $value; > object not found (no index used). > > The last line "object not found (no index used)." seems wrong. Is it a > bug? I am running version 6.2.9 on OSX 10.9. > > Leo > > Footnotes: > ¹ [email protected]:PerlDancer/Dancer.git > > > _______________________________________________ > Bug-global mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-global > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
