projects
/
gitmo/Mouse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove xt/compatibility/* at make clean
[gitmo/Mouse.git]
/
t
/
lib
/
Unsweetened.pm
1
package Unsweetened;
2
use strict;
3
use warnings;
4
5
sub unsweetened { 1 }
6
7
1;
8