The Build.PL doesn't put all of the files into the blib directory that I believe are needed. I don't have any Perl experience, but the attached patch seems more appropriate.

Jason
Index: Build.PL
===================================================================
--- Build.PL    (revision 321)
+++ Build.PL    (working copy)
@@ -20,6 +20,8 @@
                    'script/Vss2Svn/Dumpfile.pm' =>  'lib/Vss2Svn/Dumpfile.pm',
                    'script/Vss2Svn/SvnRevHandler.pm' =>  
'lib/Vss2Svn/SvnRevHandler.pm',
                    'script/Vss2Svn/Dumpfile/Node.pm' =>  
'lib/Vss2Svn/Dumpfile/Node.pm',
+                   'script/Vss2Svn/Dumpfile/AutoProps.pm' =>  
'lib/Vss2Svn/Dumpfile/AutoProps.pm',
+                   'script/Vss2Svn/Dumpfile/LabelMapper.pm' =>  
'lib/Vss2Svn/Dumpfile/LabelMapper.pm',
                    'script/Vss2Svn/Dumpfile/SanityChecker.pm' =>  
'lib/Vss2Svn/Dumpfile/SanityChecker.pm',
                    },
       PL_files => { 'ssphys/ssphys.PL' => 'bin/ssphys' },

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to