10 lines
389 B
Text
10 lines
389 B
Text
|
This module provides the functions normally associated with a version control
|
||
|
system, but without needing or implementing a version control system.
|
||
|
Applications include wikis, document management systems and configuration
|
||
|
management.
|
||
|
|
||
|
It makes use of the module Algorithm::Diff. It provides the facility for basic
|
||
|
diffing, patching and merging.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/VCS-Lite/
|