SVK::Util(3) User Contributed Perl Documentation SVK::Util(3)
NAME
SVK::Util - Utility functions for SVK classes
SYNOPSIS
use SVK::Util qw( func1 func2 func3 )
DESCRIPTION
This is yet another abstraction function set for portable file, buffer and IO handling, tailored to SVK's specific needs.
No symbols are exported by default; the user module needs to specify the list of functions to import.
CONSTANTS
Constant Functions
IS_WIN32
Boolean flag to indicate whether this system is running Microsoft Windows.
DEFAULT_EDITOR
The default program to invoke for editing buffers: "notepad.exe" on Win32, "vi" otherwise.
TEXT_MODE
The I/O layer for text files: ":crlf" on Win32, empty otherwise.
HAS_SYMLINK
Boolean flag to indicate whether this system supports "symlink()".
HAS_SVN_MIRROR
Boolean flag to indicate whether we can successfully load SVN::Mirror.
Constant Scalars
$SEP
Native path separator: platform: "" on dosish platforms, "/" otherwise.
$EOL
End of line marker: "