=over
-=item C<path> - Path to where the modules are kept, on a typical extension this
+=item C<path> - Path to where the modules are kept; on a typical extension this
would be the lib folder of the extension.
=item C<prefix> - Package prefix of the module to be loaded
sub migrate_modules {
my ($self, $args) = @_;
$args->{path} = bz_locations->{'extensionsdir'} . "/Example/lib/Migrate";
- $args->{prefix} = "Bugzilla::Extension::Example:Migrate";
+ $args->{prefix} = "Bugzilla::Extension::Example::Migrate";
}
sub object_before_create {