ASP4-PSGI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


2012-02-01    v0.004
  - Now if you have a '/404.asp' we will try to call it if we get a 404 error.

2011-12-12    v0.003
  - Now compatible with more recent versions of ASP4.

2010-09-21    v0.002
  - Woops!  Was not returning a coderef.  Now we are.

2010-09-21    v0.001
  - Initial version.
  - Tested with Plack, Corona and Starman.

inc/Module/Install.pm  view on Meta::CPAN






# Whether or not inc::Module::Install is actually loaded, the
# $INC{inc/Module/Install.pm} is what will still get set as long as
# the caller loaded module this in the documented manner.
# If not set, the caller may NOT have loaded the bundled version, and thus
# they may not have a MI version that works with the Makefile.PL. This would
# result in false errors or unexpected behaviour. And we don't want that.
my $file = join( '/', 'inc', split /::/, __PACKAGE__ ) . '.pm';
unless ( $INC{$file} ) { die <<"END_DIE" }

Please invoke ${\__PACKAGE__} with:

	use inc::${\__PACKAGE__};

not:

	use ${\__PACKAGE__};



( run in 0.623 second using v1.01-cache-2.11-cpan-49f99fa48dc )