ingydotnet / boolean-pm

Boolean Type Support for Perl
7 stars 5 forks source link

add ability to export nothing #4

Closed rabcyr closed 10 years ago

rabcyr commented 10 years ago

Dancer and boolean both export true and false, hence they don't play nice together. I need boolean for MongoDB, and am fine using it as boolean::true and boolean::false.

This incredibly difficult task is in the patch linked here. https://dl.dropboxusercontent.com/u/57179934/0001-export-tag-none.patch

rabcyr commented 10 years ago

blinks blinks some more

i swear use boolean qw//; didn't work last night.