Story-Interact-WWW-0.001000
mojolicious app to read interactive stories
Changes for 0.001000 - 2023-01-13
Story-Interact-0.001005
tools for writing (and reading) an interactive story
Changes for 0.001005 - 2023-01-18
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
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
