=pod =head1 EXPORTS =over 4 =cut =pod =item B Returns the directory to which files are finally output. The entire directory is deleted by 'build clean'. =cut sub textbender::a::b::Build::out_dir() { # # return '/home/mike/var/tmp-public/rhinohide-demo'; # return '/mnt/lan/tinman-temp/rhinohide-demo'; if( $textbender::a::b::Build::host eq 'obsidian' ) { return '/home/mike/var/tmp-public/rhinohide-demo'; } elsif( $textbender::a::b::Build::host eq 'tinman' ) { return '/mnt/lan/tinman-temp/rhinohide-demo'; } else { die; } } =pod =back =cut 1;