1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
---
abstract: 'Plugin that adds file streaming support to CGI::Application'
author:
- 'Jason Purdy <Jason@Purdy.INFO>'
build_requires: {}
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: CGI-Application-Plugin-Stream
provides:
CGI::Application::Plugin::Stream:
file: lib/CGI/Application/Plugin/Stream.pm
version: '2.12'
requires:
CGI::Application: '3.21'
File::Basename: '1'
File::MMagic: '0'
FileHandle: '1.22'
Test::More: '0'
resources:
license: http://dev.perl.org/licenses/
version: '2.12'
|