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

(-)a/cataloguing/value_builder/dateaccessioned.pl (-3 / +3 lines)
Lines 17-24 Link Here
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use Modern::Perl;
21
use warnings;
21
22
no warnings 'redefine';
22
23
23
=head1
24
=head1
24
25
25
- 

Return to bug 12884