Skip to content

Commit

Permalink
Make Bailador::Request mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Dec 27, 2011
1 parent 01a442c commit a64fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bailador/Request.pm
@@ -1,5 +1,5 @@
class Bailador::Request {
has $.env;
has $.env is rw;

method params {
my %ret;
Expand Down

0 comments on commit a64fbc3

Please sign in to comment.