tokuhirom / p6-Crust

PSGI library stack for Perl6
Artistic License 2.0
66 stars 18 forks source link

make FastCGI::NativeCall optional #78

Closed skaji closed 8 years ago

skaji commented 8 years ago

It seems that if we want a module Foo to be an optional requirement, we cannot use use Foo.

This PR replaces use FastCGI::NativeCall with require FastCGI::NativeCall, which makes FastCGI::NativeCall optional.

syohex commented 8 years ago

I confirmed that Crust installation is successful with this change.

(However FastCGI::NativeCall issue should be fixed)