AFS

 view release on metacpan or  search on metacpan

src/Cell/Cell.pm  view on Meta::CPAN

package AFS::Cell;
#------------------------------------------------------------------------------
# RCS-Id: "@(#)$RCS-Id: src/Cell/Cell.pm 7a64d4d Wed May 1 22:05:49 2013 +0200 Norbert E Gruener$"
#
# © 2001-2010 Norbert E. Gruener <nog@MPA-Garching.MPG.de>
#
# This library is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#------------------------------------------------------------------------------

use AFS;

use vars qw(@ISA $VERSION @EXPORT_OK);

require Exporter;

@EXPORT_OK = qw(
                configdir
                expandcell
                getcellinfo
                localcell
                whichcell
                wscell
               );
@ISA     = qw(Exporter AFS);
$VERSION = 'v2.6.4';

1;



( run in 0.826 second using v1.01-cache-2.11-cpan-97f6503c9c8 )