GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VCP::DiffFormat(3) User Contributed Perl Documentation VCP::DiffFormat(3)

    VCP::DiffFormat - special diff format for VCP

    diff $a, $b { STYLE => "VCP::DiffFormat" };

This is a plugin output formatter for Text::Diff that generates "unified" style diffs without headers. VCP::Dest::revml uses this to output differences for several reasons:
  • The Unix "diff" command is not available on all platforms by default, specifically WinNT.
  • The two line "file header" is not needed in RevML, since the meta information is captured elsewhere in the <rev> element, and the name and mtime of the files being compared is irrellevant; they're just some temporary files somewhere
  • Because RevML offers MD5 hashes of the file to verify that a diff was applied properly, all of the "-" lines present in a normal unified diff are not necesssary. They are left in now for ease of debugging with RevML files, but may be stripped out to conserve space.

Copyright 2000, Perforce Software, Inc. All Rights Reserved.

This module and the VCP package are licensed according to the terms given in the file LICENSE accompanying this distribution, a copy of which is included in vcp.

Barrie Slaymaker <barries@slaysys.com>

Hey! The above document had some coding errors, which are explained below:
Around line 48:
You forgot a '=back' before '=head1'
2004-11-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.