]> git.decadent.org.uk Git - maypole.git/blob - ex/BeerDB/Base.pm
Added patch to remove a subroutine definition which is currently replaced and results...
[maypole.git] / ex / BeerDB / Base.pm
1 package BeerDB::Base;
2 use strict;
3 use warnings;
4
5 sub floob {}
6
7 1;