Subversion Repositories DevTools

Rev

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

Rev 239 Rev 255
Line 16... Line 16...
16
#       Beware the use of space v's tab characters within the
16
#       Beware the use of space v's tab characters within the
17
#       makefile generation sessions.
17
#       makefile generation sessions.
18
#
18
#
19
#.........................................................................#
19
#.........................................................................#
20
 
20
 
21
require 5.6.1;
21
require 5.006_001;
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
24
use JatsEnv;
24
use JatsEnv;
25
use JatsMakeInfo qw(:create);
25
use JatsMakeInfo qw(:create);
26
 
26