Author: hmbrand
Date: Wed Sep 16 03:50:49 2009
New Revision: 13347

Modified:
   dbi/trunk/git-svn-vsn.pl

Log:
More work needed. 'make install' still installs without versions if you 
checkout the mods after test

Modified: dbi/trunk/git-svn-vsn.pl
==============================================================================
--- dbi/trunk/git-svn-vsn.pl    (original)
+++ dbi/trunk/git-svn-vsn.pl    Wed Sep 16 03:50:49 2009
@@ -31,7 +31,7 @@
     $pm =~ s/\$Id\$/\$Id: $f $svn_id $dt $svn_author \$/g;
 
     my @st = stat $f;
-    unlink $f, "b$f";  # Remove both lib and blib version
+    unlink $f, "blib/$f";      # Remove both lib and blib version
     open my $fh, ">", $f or die "Cannot update $File::Find::name: $!\n";
     print $fh $pm;
     close $fh;

Reply via email to