Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created October 13, 2011 19:14
Show Gist options
  • Save wchristian/1285210 to your computer and use it in GitHub Desktop.
Save wchristian/1285210 to your computer and use it in GitHub Desktop.
package Hidden;
sub session { {} }
1;
use strict;
use warnings;
use Devel::Cover -ignore => 'Hidden';
use Hidden;
print 1 if Hidden->session->{kdnr};
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment