]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/log
perl/modules/Acme-CPANAuthors-You-re_using.git
9 years agoGuard against exceptions thrown by Module::Metadata rt91248
Vincent Pit [Fri, 13 Mar 2015 15:08:19 +0000 (12:08 -0300)]
Guard against exceptions thrown by Module::Metadata

This fixes RT #91248.

9 years agoIn t/10-base.t, reprint extra warnings as diagnostics
Vincent Pit [Fri, 13 Mar 2015 14:51:17 +0000 (11:51 -0300)]
In t/10-base.t, reprint extra warnings as diagnostics

9 years agoIn t/10-base.t, always show @INC
Vincent Pit [Fri, 13 Mar 2015 14:50:04 +0000 (11:50 -0300)]
In t/10-base.t, always show @INC

9 years agoRemove '.' from @INC in the t/10-base.t test
Vincent Pit [Fri, 13 Mar 2015 14:45:17 +0000 (11:45 -0300)]
Remove '.' from @INC in the t/10-base.t test

10 years agoRemove obsolete kwalitee workarounds
Vincent Pit [Sat, 24 Aug 2013 16:20:21 +0000 (13:20 -0300)]
Remove obsolete kwalitee workarounds

10 years agoQuote version numbers in Makefile.PL
Vincent Pit [Thu, 22 Aug 2013 20:46:13 +0000 (17:46 -0300)]
Quote version numbers in Makefile.PL

10 years agoThis is 0.06 v0.06
Vincent Pit [Wed, 21 Aug 2013 17:22:44 +0000 (14:22 -0300)]
This is 0.06

10 years agoStop bundling author tests
Vincent Pit [Tue, 20 Aug 2013 21:07:01 +0000 (18:07 -0300)]
Stop bundling author tests

10 years agoThis is 0.05 v0.05
Vincent Pit [Tue, 20 Aug 2013 19:17:09 +0000 (16:17 -0300)]
This is 0.05

10 years agoRemove trailing whitespace
Vincent Pit [Tue, 20 Aug 2013 19:06:58 +0000 (16:06 -0300)]
Remove trailing whitespace

10 years agoBump copyright year
Vincent Pit [Tue, 20 Aug 2013 18:58:29 +0000 (15:58 -0300)]
Bump copyright year

10 years agoUpdate author tests
Vincent Pit [Wed, 7 Aug 2013 15:51:06 +0000 (12:51 -0300)]
Update author tests

10 years agoUpdate the bug tracker URL in META after the rt.perl.org upgrade
Vincent Pit [Wed, 7 Aug 2013 14:19:38 +0000 (11:19 -0300)]
Update the bug tracker URL in META after the rt.perl.org upgrade

10 years agoGet rid of t/99-kwalitee.t
Vincent Pit [Tue, 6 Aug 2013 02:42:57 +0000 (23:42 -0300)]
Get rid of t/99-kwalitee.t

New versions started to throw warnings if specific environment variables
are not set. This may be appropriate for dist manager users, but not really
for the rest of the world.

Since kwalitee metrics are either obvious or useless, there's no big loss
in removing this test anyway.

12 years agoThis is 0.04 v0.04
Vincent Pit [Wed, 24 Aug 2011 23:09:26 +0000 (01:09 +0200)]
This is 0.04

12 years agoTrailing whitespace in MANIFEST
Vincent Pit [Wed, 24 Aug 2011 23:07:14 +0000 (01:07 +0200)]
Trailing whitespace in MANIFEST

12 years agodie instead of croak-ing for internal errors
Vincent Pit [Wed, 24 Aug 2011 23:04:15 +0000 (01:04 +0200)]
die instead of croak-ing for internal errors

Carp is no longer needed.

12 years agoReplace ExtUtils::Installed by File::Find/Module::Metadata
Vincent Pit [Wed, 24 Aug 2011 22:57:49 +0000 (00:57 +0200)]
Replace ExtUtils::Installed by File::Find/Module::Metadata

Reading from the packlists seems to cause a lot of test failures. Moreover,
this new technique is closer from how the PAUSE indexer processes modules.

12 years agoDisplay the directories searched for modules during the tests
Vincent Pit [Wed, 24 Aug 2011 20:19:25 +0000 (22:19 +0200)]
Display the directories searched for modules during the tests

12 years agoBump Acme::CPANAuthors dependency to 0.16
Vincent Pit [Wed, 24 Aug 2011 20:12:41 +0000 (22:12 +0200)]
Bump Acme::CPANAuthors dependency to 0.16

12 years agoBump copyright year
Vincent Pit [Wed, 24 Aug 2011 20:10:38 +0000 (22:10 +0200)]
Bump copyright year

12 years agoAdd META.json
Vincent Pit [Wed, 24 Aug 2011 20:09:13 +0000 (22:09 +0200)]
Add META.json

12 years agoIgnore MYMETA.json
Vincent Pit [Wed, 24 Aug 2011 12:57:34 +0000 (14:57 +0200)]
Ignore MYMETA.json

12 years agoEncode the README file in UTF-8
Vincent Pit [Wed, 24 Aug 2011 12:51:11 +0000 (14:51 +0200)]
Encode the README file in UTF-8

13 years agoBump Acme::CPANAuthors dependency to 0.14
Vincent Pit [Sun, 3 Oct 2010 11:57:30 +0000 (13:57 +0200)]
Bump Acme::CPANAuthors dependency to 0.14

13 years agoIgnore MYMETA.yml
Vincent Pit [Sun, 3 Oct 2010 11:56:51 +0000 (13:56 +0200)]
Ignore MYMETA.yml

13 years agoMake register check $SKIP directly
Vincent Pit [Sun, 3 Oct 2010 11:56:00 +0000 (13:56 +0200)]
Make register check $SKIP directly

Otherwise calling it as a class method would not do anything.

13 years agoTest for GAAS instead of LBROCARD
Vincent Pit [Sun, 3 Oct 2010 11:51:47 +0000 (13:51 +0200)]
Test for GAAS instead of LBROCARD

Acme::CPANAuthors 0.12 and greater no longer depend on
Parse::CPAN::{Authors,Packages}.

14 years agoThis is 0.03 v0.03
Vincent Pit [Sun, 3 Jan 2010 10:07:54 +0000 (11:07 +0100)]
This is 0.03

14 years agoWe shouldn't need to set extra_libs
Vincent Pit [Sun, 3 Jan 2010 10:05:19 +0000 (11:05 +0100)]
We shouldn't need to set extra_libs

14 years agoExplicitely depend on the last Acme::CPANAuthors
Vincent Pit [Sun, 3 Jan 2010 09:43:23 +0000 (10:43 +0100)]
Explicitely depend on the last Acme::CPANAuthors

14 years agoOnly make fatal warnings that are reported while Acme::CPANAuthors requires our extension
Vincent Pit [Sun, 3 Jan 2010 09:41:49 +0000 (10:41 +0100)]
Only make fatal warnings that are reported while Acme::CPANAuthors requires our extension

14 years agoBump copyright year
Vincent Pit [Sun, 3 Jan 2010 09:18:59 +0000 (10:18 +0100)]
Bump copyright year

14 years agoDepend on the last version of ExtUtils::Installed
Vincent Pit [Sun, 3 Jan 2010 09:18:40 +0000 (10:18 +0100)]
Depend on the last version of ExtUtils::Installed

14 years agoRe-indent WriteMakefile() arguments
Vincent Pit [Sun, 4 Oct 2009 09:18:03 +0000 (11:18 +0200)]
Re-indent WriteMakefile() arguments

14 years agoBuild the $name and the main $file from $dist
Vincent Pit [Sun, 4 Oct 2009 08:11:11 +0000 (10:11 +0200)]
Build the $name and the main $file from $dist

14 years agoPut prerequisites in their own separate hash
Vincent Pit [Sun, 4 Oct 2009 07:31:53 +0000 (09:31 +0200)]
Put prerequisites in their own separate hash

14 years agoGive an explicit value to dynamic_config
Vincent Pit [Sun, 4 Oct 2009 07:28:21 +0000 (09:28 +0200)]
Give an explicit value to dynamic_config

14 years agoKwalitee test overhaul
Vincent Pit [Sat, 26 Sep 2009 09:53:10 +0000 (11:53 +0200)]
Kwalitee test overhaul

14 years agoGet rid of t/90-boilerplate.t
Vincent Pit [Mon, 6 Jul 2009 08:10:35 +0000 (10:10 +0200)]
Get rid of t/90-boilerplate.t

15 years agoSlashes are reserved and hence must be encoded in the search part of an URL
Vincent Pit [Wed, 22 Apr 2009 20:51:43 +0000 (22:51 +0200)]
Slashes are reserved and hence must be encoded in the search part of an URL

15 years agoPoint the repository to the gitweb instead of the bare repo
Vincent Pit [Thu, 16 Apr 2009 22:43:53 +0000 (00:43 +0200)]
Point the repository to the gitweb instead of the bare repo

15 years agoThis is 0.02 v0.02
Vincent Pit [Tue, 17 Feb 2009 17:01:56 +0000 (18:01 +0100)]
This is 0.02

15 years agoPut all the name fetching and registering into a proper sub
Vincent Pit [Tue, 17 Feb 2009 16:56:00 +0000 (17:56 +0100)]
Put all the name fetching and registering into a proper sub

15 years agoA better explaination for why this module is so slow to load
Vincent Pit [Tue, 17 Feb 2009 16:48:47 +0000 (17:48 +0100)]
A better explaination for why this module is so slow to load

15 years agot/10-base.t overhaul
Vincent Pit [Tue, 17 Feb 2009 16:41:39 +0000 (17:41 +0100)]
t/10-base.t overhaul

15 years agoOnly effectively builds the author list in t/10-base.t
Vincent Pit [Tue, 17 Feb 2009 14:33:40 +0000 (15:33 +0100)]
Only effectively builds the author list in t/10-base.t

This divides the test suite run time by three.

15 years agoSkip 'Perl' from the list of modules
Vincent Pit [Tue, 17 Feb 2009 14:04:51 +0000 (15:04 +0100)]
Skip 'Perl' from the list of modules

15 years agoMake sure all @INC is searched
Vincent Pit [Tue, 17 Feb 2009 11:32:17 +0000 (12:32 +0100)]
Make sure all @INC is searched

15 years agoPhrasing fix
Vincent Pit [Mon, 16 Feb 2009 20:57:10 +0000 (21:57 +0100)]
Phrasing fix

15 years agoThis is 0.01 v0.01
Vincent Pit [Mon, 16 Feb 2009 17:16:37 +0000 (18:16 +0100)]
This is 0.01

15 years agoInitial commit
Vincent Pit [Mon, 16 Feb 2009 17:15:09 +0000 (18:15 +0100)]
Initial commit