From 9c80dec0336dc38984a7a91d1a0aac880113e80f Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 8 Feb 2007 18:41:45 +0000 Subject: [PATCH] Update devnotes.txt with all required Perl modules; thanks to Jonathan Perret for the patch git-svn-id: http://vss2svn.googlecode.com/svn/trunk@293 2cfd5912-9055-84bd-9a12-e3c18a4b6e42 --- script/devnotes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/devnotes.txt b/script/devnotes.txt index 0b8833e..4bcff82 100644 --- a/script/devnotes.txt +++ b/script/devnotes.txt @@ -10,6 +10,8 @@ REQUIRED PERL MODULES DBI DBD::SQLite2 Time::CTime (Time-modules) +Config::Ini +Text::Glob SQLITE SCHEMA @@ -85,4 +87,4 @@ its history. This is the purpose of the 'ItemNameHistory' table. The problem is compounded by the fact that we must figure out not only the name of a particular item at a given point in time, but also the name of its parent folder and all its ancestor folders at that moment as well. Luckily, physical -files are created in an easily determined order, and because a file \ No newline at end of file +files are created in an easily determined order, and because a file -- 2.11.4.GIT