Subversion Repositories DevTools

Rev

Rev 6177 | Rev 6887 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6177 Rev 6798
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
3
#
4
# Module name   : jats.sh
4
# Module name   : DBI.pm
5
# Module type   : Makefile system
5
# Module type   : Makefile system
6
# Compiler(s)   : n/a
6
# Compiler(s)   : n/a
7
# Environment(s): jats
7
# Environment(s): jats
8
#
8
#
9
# Description   : This package has been created to simplify the migration
9
# Description   : This package has been created to simplify the migration
Line 11... Line 11...
11
#                 to Release Manager, to a JDBC interface.
11
#                 to Release Manager, to a JDBC interface.
12
#
12
#
13
#                 The package provides suffient methods to trick the existing
13
#                 The package provides suffient methods to trick the existing
14
#                 code into working. No More. No less.
14
#                 code into working. No More. No less.
15
#
15
#
16
# Usage:
-
 
17
#
-
 
18
# Version   Who      Date        Description
-
 
19
#
-
 
20
#......................................................................#
16
#......................................................................#
21
 
17
 
22
require 5.006_001;
18
require 5.006_001;
23
use strict;
19
use strict;
24
use warnings;
20
use warnings;