NAME
OPM::Maker::Utils - Utility functions for OPM::Maker
VERSION
version 1.17
FUNCTIONS
reformat_size
reformat size
15000 -> 15000
15k   -> 15360        ( 15 * 1024 )
15m   -> 15728640     ( 15 * 1024 * 1024 )
15g   -> 16106127360  ( 15 * 1024 * 1024 * 1024)
check_args_sopm
Checks the given arguments for the .sopm file. If it isn't in the arguemnts, OPM::Maker tries to find one in the current directory.
AUTHOR
Renee Baecker <reneeb@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)