Skip to main content





Sub-Quote-2.006008


Efficient generation of subroutines via string eval

Changes for 2.006008 - 2023-01-20

  • drop Test::Fatal prereq
  • recommend Sub::Util rather than Sub::Name
  • use XString for quoting strings where possible
  • move tests for quotify on perl 5.6 to author only

metacpan.org/dist/Sub-Quote




FASTX-Reader-1.10.0


A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.

Changes for 1.10.0 - 2023-01-13

  • `new()` FASTX::Reader method now supports a named parameter instantiation, e.g. `FASTX::Reader->new(-file => 'file.fastq')`
  • `new()` FASTX::Seq method now supports a named parameter instantiation, e.g. `FASTX::Seq->new(-seq => 'CACCA')`
  • Added `copy()` method to FASTX::Seq
  • Added quality methods to FASTX::Seq:
  • Test updates, minor changes

metacpan.org/dist/FASTX-Reader