X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=C4%2FCreators%2FProfile.pm;h=a063aaf87f65f73a30d80cd7795bc696c5fb9a1b;hb=60b6c187c46614431f109512c740a3bcf077f342;hp=c94a2199a07b4e8f9f5b9902eab6220d7e395d3e;hpb=b93e6df3a1b7051bc92220cf6bd829c2229bfa70;p=koha.git diff --git a/C4/Creators/Profile.pm b/C4/Creators/Profile.pm index c94a2199a0..a063aaf87f 100644 --- a/C4/Creators/Profile.pm +++ b/C4/Creators/Profile.pm @@ -7,7 +7,7 @@ use autouse 'Data::Dumper' => qw(Dumper); use C4::Context; use C4::Debug; -use C4::Creators::Lib 1.000000 qw(get_unit_values); +use C4::Creators::Lib qw(get_unit_values); BEGIN { use version; our $VERSION = qv('3.07.00.049');