The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

package UR::All;
use strict;
our $VERSION = "0.30"; # UR $VERSION;
BEGIN { require above; };
use UR;
use Command;
use UR::DBI;
__END__
=pod
=head1 NAME
UR::All
=head1 SYNOPSIS
use UR::All;
=head1 DESCRIPTION
This module exists to let software preload everything in the distribution
It is slower than "use UR", but is good for things like FastCGI servers.
=cut