#! /usr/bin/perl

use warnings;
use strict;
use CPAM::TWW::SoftwareBuild;

=head1 NAME

sb  - sb Python software build tool in Perl.

=head1 VERSION

Version 0.01

=cut

our $VERSION = '0.01';


=head1 SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use CPAM::TWW::sb2make;

    my $foo = CPAM::TWW::sb2make->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

=cut

sub function1 {
}

=head2 function2

=cut

sub function2 {
}

=head1 AUTHOR

T.J. Yang, C<< <tjyang2001 at gmail.com> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-cpam-tww-sb2make at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAM-TWW-sb2make>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.




=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc CPAM::TWW::sb2make


You can also look for information at:

=over 4

=item * RT: CPAN's request tracker

L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=CPAM-TWW-sb2make>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/CPAM-TWW-sb2make>

=item * CPAN Ratings

L<http://cpanratings.perl.org/d/CPAM-TWW-sb2make>

=item * Search CPAN

L<http://search.cpan.org/dist/CPAM-TWW-sb2make/>

=back


=head1 ACKNOWLEDGEMENTS


=head1 LICENSE AND COPYRIGHT

Copyright 2010 T.J. Yang.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991 or at your option
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

A copy of the GNU General Public License is available in the source tree;
if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


=cut

1; # End of CPAM::TWW::sb2make
