Skip to content

Commit

Permalink
Issue #232: factor out Kernel::System::SysConfig::Migration::MigrateX…
Browse files Browse the repository at this point in the history
…MLStructure()

Only the renaming of the root tag remains.
Everything else concerned only OTRS 5 to OTRS 6.
Added a test case for Dev::Tools::Migrate::ConfigXMLStructur
  • Loading branch information
bschmalhofer committed Oct 12, 2020
1 parent 8de92f9 commit 83924b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ package Kernel::System::Console::Command::Dev::Tools::Migrate::ConfigXMLStructur
use strict;
use warnings;
use v5.24.0;
use namespace::clean;
use utf8;

use parent qw(Kernel::System::Console::BaseCommand);

# core modules
use File::Copy qw(move);
use File::Copy qw(copy);

# CPAN modules

Expand Down

0 comments on commit 83924b9

Please sign in to comment.