Skip to content

Commit

Permalink
Update Devel::PPPort to 3.51
Browse files Browse the repository at this point in the history
First make your Devel::PPPort be the latest:
$ cpan Devel::PPPort

Then check here
$ perl devel/genPPPort_h.pl
  • Loading branch information
H.Merijn Brand - Tux committed May 1, 2019
1 parent 073e9ae commit a9d94f6
Show file tree
Hide file tree
Showing 4 changed files with 1,568 additions and 794 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ DBI::Changes - List of significant changes to the DBI

=cut

=head2 Changes in DBI 1.643 - ...

Fix minor typo in documentation
thanks to Mohammad Anwar
Fix calling dbd_db_do6 API function
thanks to Pali
Fix documentationintroducing $dbh->selectall_array()
thanks to Pali
Update Devel::PPPort to version 3.43
thanks to Pali
Update Devel::PPPort to version 3.51
thanks to H.Merijn Brand.
Add new attribute RaiseWarn
thanks to Pali

=head2 Changes in DBI 1.642 - 28th October 2018

Fix '.' in @INC for proxy test under parallel load
Expand Down
1 change: 1 addition & 0 deletions DBIXS.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "dbixs_rev.h"

/* Perl backwards compatibility definitions */
#define NEED_sv_2pv_flags
#include "dbipport.h"

/* DBI SQL_* type definitions */
Expand Down
Loading

0 comments on commit a9d94f6

Please sign in to comment.