git-svn: get rid of Memoize for now...

I may refactor more of this stuff into separate modules
This commit is contained in:
Eric Wong 2007-01-13 23:00:47 -08:00
parent 44320b9e0e
commit 396988e0b9

View File

@ -50,11 +50,7 @@ use File::Basename qw/dirname basename/;
use File::Path qw/mkpath/;
use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev pass_through/;
use IPC::Open3;
use Memoize;
use Git;
memoize('revisions_eq');
memoize('cmt_metadata');
memoize('get_commit_time');
BEGIN {
my $s;