View | Details | Raw Unified | Return to bug 38489
Collapse All | Expand All

(-)a/Koha/File/Transport/Local.pm (-2 / +1 lines)
Lines 13-19 package Koha::File::Transport::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use File::Copy qw( copy move );
19
use File::Copy qw( copy move );
20
- 

Return to bug 38489