Skip to content

Instantly share code, notes, and snippets.

@anazawa
Created October 7, 2012 04:14
Show Gist options
  • Select an option

  • Save anazawa/3847087 to your computer and use it in GitHub Desktop.

Select an option

Save anazawa/3847087 to your computer and use it in GitHub Desktop.
make Blosxom CGI::Emulate::PSGI-safe
package destroy;
use strict;
use warnings;
sub start { !$blosxom::static_entries }
sub end { undef $blosxom::output }
# plugins should have an instance
# sub start : Hook { ... }
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment