in reply to "use"ing different versions of same perl module

Perhaps you can fix the spot that calls the old function that is no longer present or compatible. Did the library remove the feature completely, or more likely, just change the way it is accessed? Perhaps a spot change to the code will allow it to use the new library just fine.

  • Comment on Re: "use"ing different versions of same perl module