New File::Glob does not export glob, shutter does not start
Bug #1831155 reported by
John Bartoszewski
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Shutter |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Gentoo forced a perl upgrade on me, and now shutter won't start:
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./shutter line 57.
BEGIN failed--compilation aborted at ./shutter line 57.
If I change:
use File::Glob qw/ glob /;
to:
use File::Glob qw/ bsd_glob /;
shutter loads and I have yet to have an issue (doesn't mean this is the correct fix).
Versions:
perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux
File::Glob - $VERSION = '1.32';
Related branches
lp://qastaging/~invidian/shutter/perl-5.30
- Shutter Team: Pending requested
-
Diff: 79 lines (+8/-8)2 files modifiedbin/shutter (+5/-5)
share/shutter/resources/modules/Shutter/Draw/DrawingTool.pm (+3/-3)
Changed in shutter: | |
milestone: | none → 0.94.3 |
Changed in shutter: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks invidian for the fix, merged!