Thanks for the report. I can reproduce locally
$ perl -v
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-thread-multi-ld
Copyright 1987-2015, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at
http://www.perl.org/, the Perl Home Page.
$ cat rt113279.pl
#!/pro/bin/perl
use 5.18.2;
use warnings;
use Text::CSV_XS;
my $csv = Text::CSV_XS->new;
my $foo;
$csv->bind_columns (\$foo);
$csv->parse ('foo "bar"');
$ perl rt113279.pl
Attempt to free unreferenced scalar: SV 0xfd5de0, Perl interpreter: 0xfa6370.
--
H.Merijn Brand
http://tux.nl Perl Monger
http://amsterdam.pm.org/
using perl5.00307 .. 5.23 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/