|
Last change
on this file since 281 was 176, checked in by Bruno Cornec, 18 years ago |
|
Add pbdistrocheck do the set of tools
perl 5.8.0 only is required (instead of 5.8.4) if AppConfig is provided (to be checked ?)
|
|
File size:
375 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/perl -w
|
|---|
| 2 | #
|
|---|
| 3 | # Project Builder Distribution Checker
|
|---|
| 4 | #
|
|---|
| 5 | # $Id$
|
|---|
| 6 | #
|
|---|
| 7 | # Copyright B. Cornec 2007
|
|---|
| 8 | # Provided under the GPL v2
|
|---|
| 9 |
|
|---|
| 10 | use strict 'vars';
|
|---|
| 11 | use Data::Dumper;
|
|---|
| 12 | use lib qw (lib);
|
|---|
| 13 | use ProjectBuilder::Distribution qw (pb_distro_init);
|
|---|
| 14 |
|
|---|
| 15 | my ($ddir, $dver, $dfam, $dtype, $pbsuf) = pb_distro_init();
|
|---|
| 16 | print "distro tuple: ".join(',',($ddir, $dver, $dfam, $dtype, $pbsuf))."\n";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.