[Patch] Build.PL missing SanityChecker.pm
Toby Johnson
toby at etjohnson.us
Fri Jan 19 17:41:07 CST 2007
Eli Carter wrote:
> The install seems to miss SanityChecker.pm.
>
> Patch attached.
>
> Eli
>
> ------------------------------------------------------------------------
>
> Index: vss2svn-trunk.svn/Build.PL
> ===================================================================
> --- vss2svn-trunk.svn/Build.PL (revision 275)
> +++ vss2svn-trunk.svn/Build.PL (working copy)
> @@ -20,6 +20,7 @@
> '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/SanityChecker.pm' => 'lib/Vss2Svn/Dumpfile/SanityChecker.pm',
> },
> PL_files => { 'ssphys/ssphys.PL' => 'bin/ssphys' },
> )->create_build_script;
>
Thanks, I've applied this in r277.
More information about the vss2svn-users
mailing list