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

(-)a/misc/stage_file.pl (-3 lines)
Lines 19-26 Link Here
19
# with this program; if not, write to the Free Software Foundation, Inc.,
19
# with this program; if not, write to the Free Software Foundation, Inc.,
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
#use strict;
23
#use warnings;
24
use Modern::Perl;
22
use Modern::Perl;
25
BEGIN {
23
BEGIN {
26
    # find Koha's Perl modules
24
    # find Koha's Perl modules
27
- 

Return to bug 19164