Codebase list libdbix-introspector-perl / 5d1345a
better error for missing keys Wes Malone authored 9 years ago Arthur Axel 'fREW' Schmidt committed 9 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for {{$dist->name}}
11
22 {{$NEXT}}
3 - Fix error message for missing values (Thanks Wes Malone!)
34
45 0.001004 2014-11-30 21:50:34-06:00 America/Chicago
56 - Fix bug that disallowed false values
153153 })
154154 }
155155
156 die "wtf"
156 die "missing key: $key"
157157 }
158158
159159 sub _driver_for {