PDL.pm (PDL-2.083) | : | PDL.pm (PDL-2.084) | ||
---|---|---|---|---|
skipping to change at line 156 | skipping to change at line 156 | |||
use PDL::Math; | use PDL::Math; | |||
use PDL::IO::Misc; | use PDL::IO::Misc; | |||
use PDL::IO::FITS; | use PDL::IO::FITS; | |||
use PDL::IO::Pic; | use PDL::IO::Pic; | |||
use PDL::IO::Storable; | use PDL::IO::Storable; | |||
use PDL::Lvalue; | use PDL::Lvalue; | |||
=cut | =cut | |||
# set the version: | # set the version: | |||
our $VERSION = '2.083'; | our $VERSION = '2.084'; | |||
# Main loader of standard PDL package | # Main loader of standard PDL package | |||
sub import { | sub import { | |||
my $pkg = (caller())[0]; | my $pkg = (caller())[0]; | |||
eval <<"EOD"; | eval <<"EOD"; | |||
package $pkg; | package $pkg; | |||
# Load the fundamental packages | # Load the fundamental packages | |||
use PDL::Core; | use PDL::Core; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |