libdata-record-perl binary package in Ubuntu Xenial amd64

 Sometimes we need data split into records and a simple split on the
 input record separator (C<$/>) or some other value fails because the
 values we're splitting on may allowed in other parts of the data.
 Perhaps they're quoted. Perhaps they're embedded in other data which
 should not be split up.
 .
 Data::Record allows you to specify what you wish to split the data on,
 but also speficy an "unless" regular expression. If the text in
 question matches the "unless" regex, it will not be split there. This
 allows us to do things like split on newlines unless newlines are
 embedded in quotes.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2015-10-22 15:20:22 UTC Published Ubuntu Xenial amd64 release universe perl Optional 0.02-4
  • Published
  • Copied from ubuntu utopic-proposed i386 in Primary Archive for Ubuntu