Query: svk::util
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Util(3) User Contributed Perl Documentation SVK::Util(3)NAMESVK::Util - Utility functions for SVK classesSYNOPSISuse SVK::Util qw( func1 func2 func3 )DESCRIPTIONThis 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.CONSTANTSConstant 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: "