Subject: | identify_format() not abstracted for 3rd-party formats |
Hello!
Although technically XML:Feed can support other formats besides Atom and RSS, they will not be auto-detected since identify_format() has hard-coded format detection. It would be nice if this detection was put in to XML::Feed::(Atom|RSS|$FORMAT) and called for every XML::Feed::$FORMAT available.
-Brian