Acme-Monme

 view release on metacpan or  search on metacpan

lib/Acme/Monme.pm  view on Meta::CPAN

}

sub g_monme {
    my $gram = shift;
    my $monme = $gram / 3.75;
    return $monme;
}

sub kan_g {
    my $kan = shift;
    my $gram = $kan * 3750;
    return $gram;
}

sub g_kan {
    my $gram = shift;
    my $kan = $gram / 3750;
    return $kan;
}

sub sun_cm {
    my $sun = shift;
    my $cm = $sun * 3.03;
    return $cm;
}

sub cm_sun {
    my $cm = shift;
    my $sun = $cm / 3.03;
    return $sun;
}

sub shaku_cm {
    my $shaku = shift;
    my $cm = $shaku * 30.3;
    return $cm;
}

sub cm_shaku {
    my $cm = shift;
    my $shaku = $cm / 30.3;
    return $shaku;
}


=head2 function2

=cut

sub function2 {
}

=head1 AUTHOR

Usuki Shunsuke, C<< <whisky-shusuky@gmail.co.jp> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-acme-monme at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Monme>.  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 Acme::Monme


You can also look for information at:

=over 4

=item * RT: CPAN's request tracker (report bugs here)

L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Monme>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/Acme-Monme>

=item * CPAN Ratings

L<http://cpanratings.perl.org/d/Acme-Monme>

=item * Search CPAN

L<http://search.cpan.org/dist/Acme-Monme/>

=back


=head1 ACKNOWLEDGEMENTS


=head1 LICENSE AND COPYRIGHT

Copyright 2017 Usuki Shunsuke.

This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
copy of the full license at:

L<http://www.perlfoundation.org/artistic_license_2_0>

Any use, modification, and distribution of the Standard or Modified
Versions is governed by this Artistic License. By using, modifying or
distributing the Package, you accept this license. Do not use, modify,
or distribute the Package, if you do not accept this license.

If your Modified Version has been derived from a Modified Version made
by someone other than you, you are nevertheless required to ensure that
your Modified Version complies with the requirements of this license.

This license does not grant you the right to use any trademark, service
mark, tradename, or logo of the Copyright Holder.

This license includes the non-exclusive, worldwide, free-of-charge



( run in 1.585 second using v1.01-cache-2.11-cpan-5735350b133 )