Created
June 1, 2012 14:55
-
-
Save hoelzro/2852695 to your computer and use it in GitHub Desktop.
mutex ack2 opts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my @mutex_options = ( | |
# No context possible in file-finding or file-listing mode | |
[qw( l f g )] => [qw( A B C )], | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment