The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Bio::DasLite.

0.11  Added a little extra debug, some extra eval traps, improved url processing
      and a couple of new WTSI extensions to the spec

0.10  Fixed dsns DAS request (source basename)

0.09  Fixed broken 'types' request

0.08  Added multi-link, multi-note, multi-group-link and multi-group-note support
      Added X-Forwarded-For HTTP header for IP-based ACLs
      Added passthrough for HTTP header data

0.07  Internal development version

0.06  Fixes for the regex/stack problems in 0.05.
      Added callback support for stylesheet and features calls

0.05  Stylesheet support. Seems to tickle some perl regex/stack bugs
      on certain platforms (x86 Linux, Alpha Tru64). It works fine on my G4.

0.04  Internal version. Added duplication of segment data across
      features in the 'features' call.

0.03  Allowed for calls (namely 'features') with an arrayref of
      segments, i.e. $das->features(["1:1,1000", "2:1,1000"]);
      Minor modifications following some benchmarking and profiling.
      Results are now cached (per Bio::DasLite instance) against
      query URL by default.

0.02  Following feedback, data structures returned by:
      dsn, basename, dsns, entry_points, types, features, sequence
      have now been homogenised across the board. Results are now
      always hashed against the query which was made, regardless
      of how many sources are configured.
      Also added a few more tests including feature-by-id

0.01  Fri Aug 19 16:38:05 2005
	- original version; created by h2xs 1.23 with options
		-cfn Bio::DasLite