https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39152
Bug ID: 39152
Summary: Variables defined as `our` not tidied
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If you look at `tools/newHolidays` you will notice the file is not tidy.
To reproduce:
1. Look at `tools/newHolidays` which is clearly not tidy
2. Run:
$ ktd --shell
k$ perl misc/devel/tidy.pl tools/newHolidays.pl
k$ git diff
=> FAIL: No changes!
3. Replace `our` for `my` on the variable definitions
4. Repeat 2
=> SUCCESS: The file is correctly tidied now!
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/