RT for rt.cpan.org
Skip Menu
|
Bug #131044 for Data-Diff: "diff" is not exported by the Data::Diff module
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Data-Diff CPAN distribution
.
Report information
The Basics
Id:
131044
Status:
new
Priority:
0/
Queue:
Data-Diff
People
Owner:
Nobody in particular
Requestors:
KES [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Fri Nov 22 03:40:03 2019
KES [...] cpan.org - Ticket created
Subject:
"diff" is not exported by the Data::Diff module
In the doc: use Data::Diff qw(diff); But in the code: our %EXPORT_TAGS = ( 'all' => [ qw( Diff ) ] );