Subversion Repositories DevTools

Rev

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

Rev 255 Rev 361
Line 380... Line 380...
380
#   Documentation
380
#   Documentation
381
#
381
#
382
 
382
 
383
=pod
383
=pod
384
 
384
 
-
 
385
=for htmltoc    MAKEUTIL::
-
 
386
 
385
=head1 NAME
387
=head1 NAME
386
 
388
 
387
jats_buildperl - Compile up a Perl (CPAN) Package
389
jats_buildperl - Compile up a Perl (CPAN) Package
388
 
390
 
389
=head1 SYNOPSIS
391
=head1 SYNOPSIS
Line 415... Line 417...
415
 
417
 
416
=item B<-man>
418
=item B<-man>
417
 
419
 
418
Prints the manual page and exits.
420
Prints the manual page and exits.
419
 
421
 
420
 
-
 
421
=item B<-[no]test>
422
=item B<-[no]test>
422
 
423
 
423
This option may be used to disable the testing phase on all packages. The
424
This option may be used to disable the testing phase on all packages. The
424
default operation is to run the tests found in each package.
425
default operation is to run the tests found in each package.
425
 
426
 
Line 449... Line 450...
449
=item B<-GBE_MACHTYPE=name>
450
=item B<-GBE_MACHTYPE=name>
450
 
451
 
451
Mandatory option. This option specifies the type of machine on which the package
452
Mandatory option. This option specifies the type of machine on which the package
452
is being built. This is used to package up the  build artifacts.
453
is being built. This is used to package up the  build artifacts.
453
 
454
 
-
 
455
=back
454
 
456
 
455
=head1 DESCRIPTION
457
=head1 DESCRIPTION
456
 
458
 
457
This program is used internally by Jats to implement the body of the MakePerlModule
459
This program is used internally by Jats to implement the body of the MakePerlModule
458
directive. The command is not intended to be called by the user.
460
directive. The command is not intended to be called by the user.