[Koha-bugs] [Bug 9006] autoload in C4::Context is a bad idea

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 4 06:11:00 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9006

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
$ grep "^sub " C4/Context.pm | cut -f2 -d' ' > ~/subs
$ vi ~/subs
:%s/^/C4::Context->/g
:wq
$ git grep 'C4::Context\->' | grep -v -f ~/subs

Yes, intranetdir, but also:
1 perldoc line IsSuperlibrarian typo
something ugly in C4/Input.pm
typo in 3.07.00.030 updatedatabase.pl upgrade

Perhaps those deserve a bug report?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list