Subversion Repositories DevTools

Rev

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

Rev 227 Rev 255
Line 21... Line 21...
21
#                 Recipes and prerequisites may be mixed to simplify
21
#                 Recipes and prerequisites may be mixed to simplify
22
#                 programming.
22
#                 programming.
23
#
23
#
24
#......................................................................#
24
#......................................................................#
25
 
25
 
26
use 5.6.1;
26
use 5.006_001;
27
use strict;
27
use strict;
28
use warnings;
28
use warnings;
29
 
29
 
30
package MakeEntry;
30
package MakeEntry;
31
use JatsError;
31
use JatsError;