Skip Menu |

This queue is for tickets about the onto-perl CPAN distribution.

Report information
The Basics
Id: 67607
Status: resolved
Priority: 0/
Queue: onto-perl

People
Owner: Nobody in particular
Requestors: mark.mcdowall [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.32
Fixed in: (no value)



Subject: subset_def_set Change Without Notification
Between versions ONTO-PERL 1.31 and 1.32 there has been a removal of the function: $ontology->subset_def_set(); Causing code to fail. Error Message: Can't locate object method "subset_def_set" via package "OBO::Core::Ontology" This change is not mentioned in the Change log. The problem was fixed by rolling back the ONTO-PERL version from 1.32 to 1.31 System Details: - perl v5.10.0 - Linux 2.6.32.26-175.fc12.x86_64
OBO::Core::Ontology::subset_def_set() functionality has been taken over by OBO::Core::Ontology::subset_def_map() as of version 1.32 the change log file (see latest release 1.33) explicitly mentions that change (1.32). thanks for the heads-up! On Wed Apr 20 13:03:00 2011, markmcdowall wrote: Show quoted text
> Between versions ONTO-PERL 1.31 and 1.32 there has been a removal of the > function: > > $ontology->subset_def_set(); > > Causing code to fail. > > Error Message: > Can't locate object method "subset_def_set" via package > "OBO::Core::Ontology" > > This change is not mentioned in the Change log. The problem was fixed > by rolling back the ONTO-PERL version from 1.32 to 1.31 > > System Details: > - perl v5.10.0 > - Linux 2.6.32.26-175.fc12.x86_64