Acme-Goto-Line
view release on metacpan or search on metacpan
use 5.008;
use strict;
use warnings;
sub gotol;
BEGIN {
use Exporter ();
use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
$VERSION = 0.01;
@ISA = qw (Exporter);
#Give a hoot don't pollute, do not export more than needed by default
@EXPORT = qw (gotol);
@EXPORT_OK = qw (gotol);
%EXPORT_TAGS = ();
require XSLoader;
XSLoader::load('Acme::Goto::Line', $VERSION);
}
# Preloaded methods go here.
( run in 0.432 second using v1.01-cache-2.11-cpan-8780591d54d )