[perl5-dbi/dbi] 13228e: Bump version. Update Changes. Fix stray char in po...

2017-08-14 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 13228e89fec085502fd3f1e63803b5741340c2be
  
https://github.com/perl5-dbi/dbi/commit/13228e89fec085502fd3f1e63803b5741340c2be
  Author: Tim Bunce 
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
M Changes
M DBI.pm

  Log Message:
  ---
  Bump version. Update Changes. Fix stray char in pod.




[perl5-dbi/dbi] f70f31: Fix DBI documentation about eval { } usage

2017-08-14 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: f70f31d8455e342f3d79e8a72d401dce71a8ee03
  
https://github.com/perl5-dbi/dbi/commit/f70f31d8455e342f3d79e8a72d401dce71a8ee03
  Author: Pali 
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
M DBI.pm

  Log Message:
  ---
  Fix DBI documentation about eval { } usage

Explanation at: https://metacpan.org/pod/Try::Tiny#might-not-be-a-true-value


  Commit: 93faa5dfdc840306b4733f64c123f8d9f6f92f19
  
https://github.com/perl5-dbi/dbi/commit/93faa5dfdc840306b4733f64c123f8d9f6f92f19
  Author: Tim Bunce 
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
M DBI.pm

  Log Message:
  ---
  Use Try::Tiny for some examples using eval.


Compare: https://github.com/perl5-dbi/dbi/compare/a43696a9673d...93faa5dfdc84

[perl5-dbi/dbi] f70f31: Fix DBI documentation about eval { } usage

2017-08-14 Thread Tim Bunce
  Branch: refs/heads/pr/39
  Home:   https://github.com/perl5-dbi/dbi
  Commit: f70f31d8455e342f3d79e8a72d401dce71a8ee03
  
https://github.com/perl5-dbi/dbi/commit/f70f31d8455e342f3d79e8a72d401dce71a8ee03
  Author: Pali 
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
M DBI.pm

  Log Message:
  ---
  Fix DBI documentation about eval { } usage

Explanation at: https://metacpan.org/pod/Try::Tiny#might-not-be-a-true-value


  Commit: 93faa5dfdc840306b4733f64c123f8d9f6f92f19
  
https://github.com/perl5-dbi/dbi/commit/93faa5dfdc840306b4733f64c123f8d9f6f92f19
  Author: Tim Bunce 
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
M DBI.pm

  Log Message:
  ---
  Use Try::Tiny for some examples using eval.


Compare: https://github.com/perl5-dbi/dbi/compare/f70f31d8455e^...93faa5dfdc84

[perl5-dbi/dbi] a43696: Allow $sth NAME_* attributes to be set from perl c...

2017-08-14 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: a43696a9673d402726191fd96a9410f9d49df779
  
https://github.com/perl5-dbi/dbi/commit/a43696a9673d402726191fd96a9410f9d49df779
  Author: Tim Bunce 
  Date:   2017-08-13 (Sun, 13 Aug 2017)

  Changed paths:
M DBI.xs
M t/06attrs.t

  Log Message:
  ---
  Allow $sth NAME_* attributes to be set from perl code

Relates to https://github.com/perl5-dbi/dbi/issues/45