Skip to content

Commit

Permalink
Issue #1216: use the correct package name for _ExecuteRun().
Browse files Browse the repository at this point in the history
In the POD of the the migration modules.
  • Loading branch information
bschmalhofer committed Sep 7, 2021
1 parent fda5aec commit 960ce7a
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOACLDeploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOCacheCleanup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOCopyFilesFromOTRS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBONotificationMigrate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOOTRSConnectionCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOOTRSDBCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOOTRSPackageCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOPackageSpecifics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOPerlModulesCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOProcessDeploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOSalutationsMigrate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOSignaturesMigrate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down
2 changes: 1 addition & 1 deletion Kernel/System/MigrateFromOTRS/OTOBOStatsMigrate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub CheckPreviousRequirement {

=head2 Run()
Execute the migration task. Called by C<Kernel::System::Migrate::_ExecuteRun()>.
Execute the migration task. Called by C<Kernel::System::MigrateFromOTRS::_ExecuteRun()>.
=cut

Expand Down

0 comments on commit 960ce7a

Please sign in to comment.