Mailing List Archive

Find the source of an alias
I have created an alias to a story, but now I cannot figure out a way to figure out what the original story was that I aliased to. Anyone have any ideas?
Re: Find the source of an alias [ In reply to ]
On Sep 25, 2009, at 9:01 AM, Adam Wilson wrote:

> I have created an alias to a story, but now I cannot figure out a
> way to figure out what the original story was that I aliased to.
> Anyone have any ideas?

IIRC, it's:

my $orig = $alias->_get_alias;

No idea why that method isn't public and better-named.

Best,

David