Okay, these are the right names
[gitmo/Mouse.git] / t / lib / Unsweetened.pm
CommitLineData
c3398f5b 1#!/usr/bin/env perl
2package Anti::Mouse;
3use strict;
4use warnings;
5
6sub antimouse { 1 }
7
81;
9