On Mon Dec 03 07:29:51 2012, MITHALDU wrote:
Show quoted text> On Fri Sep 21 22:41:37 2012, strobert wrote:
> > We probably could make a package for it. I thought about that. I
> > wasn't sure how general purpose the Test::InDistDir was. it seemed
> > like something mainly for desktops and not all folks (like on
> > servers) who have/want installed.
> >
> > Although it is just needed if you are building a package or running
> > tests manually.
> >
> > I checked the CPAN deps and it doesn't look like it is all that used,
> > or are you thinking if we get it packaged it will hopefully get some
> > more use since it sounds like it makes running tests under desktops
> > IDEs easier?
> >
> > I'd be good with that.
>
> Sorry for taking a while to get back to you. I got sidetracked by many
> things. The purpose of Test::InDistDir is to allow users of any code
> editor that makes it possible to syntax-check files while editing, or
> to run files straight from the edit window, to do so without having to
> specifically configure the running environment for the file in their
> editor.
no problem. I had figured you were okay with the plan I'd outlined.
I have been busy with other things including my day job, so hadn't
gotten a chance to work on getting the new package built yet.
Show quoted text> This includes anything from Komodo over Emacs to vi.
any pointers on how to do it from within vi? I haven't dived yet too much
into having vi integrate with compilers and such.
Show quoted text> Due to the nature of Perl i could load it optionally from where it is,
> but the code required to doing so is almost as complicated as what the
> module does. (It really does not do a lot, it simply goes up a dir if
> it thinks it's being run in the test dir.)
>
> So, as i said, i do not wish to make it optional because that would
> require an undue amount of complexity; removing it makes my job
> unnecessarily harder; and if you make a package for it it can be useful
> for others on your platform too. It is not widely used, so that is
> speculative, but it is a thing.
which is what I had concluded that if we make a package it will
hopefully promote the use and provide some value to more folks.
and since it is a build,dev side dep it won't cause added reqs for folks
that are using the packages and not developing them.
Show quoted text> And lastly, on a personal note: The things Fedora does with the Perl
> core distribution have caused me plenty grief in the past, so i have to
> admit my willingness to make Fedora's life easier to my further
> detriment is exceptionally low, especially when the alternative
> solution carries almost zero cost.
Sorry to hear about your past experiences. I'm new as a fedora
packager. have mainly just been a user of RH-style linux for years
building packages (including perl ones) for personal and work use.
figured it would be good to get the fixes and work I have done
contributed back to the community at large.