On 9/2/07, Andy Armstrong <[EMAIL PROTECTED]> wrote:
> On 1 Sep 2007, at 19:14, Eric Wilhelm wrote:
> >>   my $data = 3;
> >>   my $data = "3";
> >
> > YAML::Tiny?
>
> I don't believe that makes the distinction either.

Data::Dump::Streamer specifically does not make a distinction as it
just caused trouble in testing as the strangest things can cause an
upgrade to SvPVIV.  I cant even see XS caring that much if you pass a
SvIV or SvPV as if you use either through the normal interfaces they
will both be auto-upgraded to SvPVIV's if they are of the wrong type
for a given operation.

Yves

-- 
perl -Mre=debug -e "/just|another|perl|hacker/"

Reply via email to