diff options
Diffstat (limited to 'lib/Net/HTTP/Spore/Mock.pm')
| -rw-r--r-- | lib/Net/HTTP/Spore/Mock.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Net/HTTP/Spore/Mock.pm b/lib/Net/HTTP/Spore/Mock.pm new file mode 100644 index 0000000..6cf2c9e --- /dev/null +++ b/lib/Net/HTTP/Spore/Mock.pm @@ -0,0 +1,12 @@ +package Net::HTTP::Spore::Middleware::Test; + +use strict; +use warnings; + +use parent qw/Net::HTTP::Spore::Middleware/; + +sub call { +# use YAML::Syck; warn Dump \@_; +} + +1; |
