--- perl/trunk/Makefile.PL 2006/01/02 22:58:53 61 +++ perl/trunk/Makefile.PL 2006/01/02 22:58:59 62 @@ -19,3 +19,12 @@ # Un-comment this if you add C files to link with later: 'OBJECT' => "$obj Fuse.o -lpthread", # link all the C files too ); + +sub MY::postamble { + return <<'MAKE_MORE'; + +sf: + svn2cvs.pl file:///home/dpavlin/.svk/fuse/perl-llin :ext:dpavlin@cvs.sourceforge.net:/cvsroot/fuse perl + +MAKE_MORE +};