Re: Announcing Tangerine

2014-10-16 Thread Petr Šabata
On Thu, Oct 16, 2014 at 11:02:09AM +0100, Paul Howarth wrote:
 A handy feature to have would be to be able to compare two directories (or
 better still, tarballs) and see where there are usage changes in any file,
 ignoring line numbers. That would help when doing package updates.
 
 Paul.

I usually check the diff on metacpan.org (or just run tangerine
Makefile.PL lib/ t/ if it's a long time neglected package) but
I can see how this could be more comfortable.  I'll think about it.

Thanks for the suggestion.

By the way, I released v0.10 yesterday:
http://cpansearch.perl.org/src/CONTYK/Tangerine-0.10/Changes

Fedora updates coming soon :)

P


pgpC5GBYMUIke.pgp
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Announcing Tangerine

2014-09-11 Thread Paul Howarth
On Mon, 8 Sep 2014 15:21:08 +0200
Petr Šabata con...@redhat.com wrote:

 Hey everyone,
 
 I've just published [0] and packaged [1] a tool  a set 
 of modules for simple perl analysis, currently based on
 PPI, although that may change later.  I decided to name it
 `Tangerine'.  There isn't really a reason for that.  It's just
 as good name as any.
 
 I've been using a tool like this on a daily basis for some
 time already, mostly to make dependency checking less tedious.
 Now I've cleaned it up a little (read: rewritten completely)
 and hopefully made it more extensible.
 
 At the moment it can discover simple `package', `require' and 
 `use'  `no' statements as well as deps brought in via `aliased',
 `base', `parent', `if', `Mo' and `POE'.  I plan to add support
 for (at least) `Moo' / `Moose' syntax and `Test::Requires'
 in the near future.
 
 I would also like to add support for Tangerine to cpanspec in the 
 future (along with other things but that's a different topic).
 
 Any feedback, ideas and suggestions welcome.

Great little tool, I can see myself using this every day.

Cheers, Paul.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Announcing Tangerine

2014-09-08 Thread Petr Šabata
Hey everyone,

I've just published [0] and packaged [1] a tool  a set 
of modules for simple perl analysis, currently based on
PPI, although that may change later.  I decided to name it
`Tangerine'.  There isn't really a reason for that.  It's just
as good name as any.

I've been using a tool like this on a daily basis for some
time already, mostly to make dependency checking less tedious.
Now I've cleaned it up a little (read: rewritten completely)
and hopefully made it more extensible.

At the moment it can discover simple `package', `require' and 
`use'  `no' statements as well as deps brought in via `aliased',
`base', `parent', `if', `Mo' and `POE'.  I plan to add support
for (at least) `Moo' / `Moose' syntax and `Test::Requires'
in the near future.

I would also like to add support for Tangerine to cpanspec in the 
future (along with other things but that's a different topic).

Any feedback, ideas and suggestions welcome.

Thanks,
Petr

[0] https://metacpan.org/pod/Tangerine
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1139232


pgpdUy7UGWU5P.pgp
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel