projects
/
gitmo/Mouse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Add duck_type to the function list
[gitmo/Mouse.git]
/
t
/
lib
/
Unsweetened.pm
Commit
Line
Data
abe28e11
1
package Unsweetened;
c3398f5b
2
use strict;
3
use warnings;
4
abe28e11
5
sub unsweetened { 1 }
c3398f5b
6
7
1;
8