The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#
#  Created by Dmitry Karasik  <dmitry@karasik.eu.org>
#
# $Id$
#
# Initializes Prima so that it skips parsing @ARGV;

push @Prima::preload, 'noargv';
1;