Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #341

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ packages = via|[A-Z][a-z0-9_]*
subroutines = :all_lower

# Subroutine names that are exempt from capitalization rules. The values here are regexes that will be surrounded by \A and \z.
subroutine_exemptions = AUTOLOAD BUILD BUILDARGS CLEAR CLOSE DELETE DEMOLISH DESTROY EXISTS EXTEND FETCH FETCHSIZE FIRSTKEY GETC NEXTKEY POP PRINT PRINTF PUSH READ READLINE SCALAR SHIFT SPLICE STORE STORESIZE TIEARRAY TIEHANDLE TIEHASH TIESCALAR UNSHIFT UNTIE PUSHED OPEN WRITE CXT LOG CFG TRC
subroutine_exemptions = AUTOLOAD BUILD BUILDARGS CLEAR CLOSE DELETE DEMOLISH DESTROY EXISTS EXTEND FETCH FETCHSIZE FIRSTKEY GETC NEXTKEY POP PRINT PRINTF PUSH READ READLINE SCALAR SHIFT SPLICE STORE STORESIZE TIEARRAY TIEHANDLE TIEHASH TIESCALAR UNSHIFT UNTIE PUSHED OPEN WRITE CTX LOG CFG TRC

# How local lexical variables names should be capitalized. Valid values are :single_case, :all_lower, :all_upper, :starts_with_lower, :starts_with_upper, :no_restriction, or a regex.
local_lexical_variables = :all_lower
Expand Down
26 changes: 13 additions & 13 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Devel::Cover history
- Test with DBM::Deep on CI

1.43 - 8 June 2024
- Bump coancover version requirements to 5.38
- Bump cpancover version requirements to 5.38
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand

- Format cpancover and Cover::Collection
- Format main documentation
- Tidy dc script
Expand Down Expand Up @@ -64,7 +64,7 @@ Devel::Cover history

1.34 - 16 May 2020
- Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226)
- Support 5.32 by accommodating signauture changes (GH-260)
- Support 5.32 by accommodating signature changes (GH-260)

1.33 - 26 April 2019
- Fix pod error (Mohammad S Anwar) (GH-240)
Expand All @@ -75,7 +75,7 @@ Devel::Cover history

1.32 - 25 April 2019
- Test up to 5.26.3, 5.28.3 and 5.29.10
- Get dev environment working on MacOS
- Get dev environment working on macOS
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand

- Fix up tests with recent Math::BigInt versions (Ed J) (GH-219)
- Add progress text when processing coverage (Christian Walde) (GH-221)
- Optionally use Term::Size (Paul "LeoNerd" Evans) (GH-228)
Expand Down Expand Up @@ -199,7 +199,7 @@ Devel::Cover history
- Round percentages down in summary and reports (also fixes Windows tests)

1.12 - 17 April 2014
- Fix test failure on OSX, FreeBSD and HPUX (thanks H.Merijn Brand)
- Fix test failure on OS X, FreeBSD and HPUX (thanks H.Merijn Brand)

1.11 - 13 April 2014
- Tests should pass when all run in parallel (Kent Fredric) (GH-69)
Expand Down Expand Up @@ -246,15 +246,15 @@ Devel::Cover history
- Add DEVEL_COVER_NO_TESTS option to not run any tests during p5cover

1.04 - 1 June 2013
- Fix return code from cover (Kan Fushihara) (guthub 61)
- Fix return code from cover (Kan Fushihara) (GH-61)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand, but for consistency, let's use the abbreviation

- Fix pod coverage for multiple packages in a file. (RT-34888)
- Speed improvements

1.03 - 20 May 2013
- Fixes for correct operation with 5.17.11, 5.18.0 and 5.19.0

1.02 - 28 April 2013
- Make -silent even quieter (Sergiy Borodych) (guthub 49)
- Make -silent even quieter (Sergiy Borodych) (GH-49)
- mod_perl2 on Debian sets $^X to apache2 (Lasse Makholm) (GH-47)
- Add csv file for use with metacpan (Dinis Rebolo) (GH-56)
- cover -test exists with the status of the underlying test run (Kan Fushihara)
Expand Down Expand Up @@ -394,7 +394,7 @@ Devel::Cover history

0.79 - 5th August 2011
- Test against 5.12.4, 5.14.1, 5.15.0 and 5.15.1
- Fix inc_sub test failures dependant on whether JSON:PP was installed
- Fix inc_sub test failures dependent on whether JSON:PP was installed

0.78 - 17th May 2011
- Fix up test quoting to work with Windows too
Expand Down Expand Up @@ -438,7 +438,7 @@ Devel::Cover history
0.72 - 27th September 2010
- Teach cpancover how to work in parallel
- Improve speed of check_file() (Goro Fuji)
- Fix errors with non-existent directories on Cygwin (Goro Fuji)
- Fix errors with nonexistent directories on Cygwin (Goro Fuji)
- Improve self coverage with new test
- Fix tests to work with 5.13.5
- New dependency on Test::Warn
Expand Down Expand Up @@ -466,7 +466,7 @@ Devel::Cover history
- Fix gcov2perl to work with large numbers (Thomas Dorner) (RT-45028)
- Fix "gcov -l" include files (Thomas Dorner) (RT-44864)
- Test against 5.12.1
- Gross workaround for for regexp evals (Florian Ragwitz)
- Gross workaround for regexp evals (Florian Ragwitz)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another not precisely spelling fix, but spell checking has handled this for decades.


0.67 - 8th May 2010
- Fix up the Makefile for dmake on Strawberry Perl (Curtis Jewell) (RT-50774)
Expand All @@ -475,7 +475,7 @@ Devel::Cover history
- Move to faster method of collecting data. Could be up to twice as fast now
- Add -replace_ops options to be able to revert to previous collection method
- Test against 5.12.0 and update tests as necessary
- Work better with non-existent databases
- Work better with nonexistent databases
- XS fixes related to overriding ops rather than replacing runops
(Florian Ragwitz)
- Don't chmod created directories (mkdir should suffice)
Expand Down Expand Up @@ -586,7 +586,7 @@ Devel::Cover history

0.55 - 22nd September 2005
- Add -gcov option to cover and make it default when using gcc
- Remolve unused File::Find from cpancover
- Remove unused File::Find from cpancover
- Document how to get XS coverage in gcov2perl
- Improvements to SVK annotation (Chia-liang Kao)

Expand Down Expand Up @@ -758,7 +758,7 @@ Devel::Cover history
- Add trivial, md5 and module_no_inc tests
- Increase flexibility of testing system to accommodate md5 test
- Add mani, all_gold and all_test Makefile targets
- Make all_versions skip non-existent platforms
- Make all_versions skip nonexistent platforms
- Add DB option to make dump target
- Remove dependencies on op_seq. (I removed it from bleadperl.) Use
op_targ instead
Expand Down Expand Up @@ -894,7 +894,7 @@ Devel::Cover history
- Reinstate coverage of subs in main:: which got lost somewhere (0.11?)
- Bug fixes for use of uninitialised values
- Automatically generate tests. Well, their infrastructure anyway
- Move Cover to lib/Devel/Cover to keep case insensitive filesystems happy
- Move Cover to lib/Devel/Cover to keep case-insensitive filesystems happy
- Remove -detail option. (It belongs to cover.)
- Work on op addresses and sequence numbers instead of just op addresses, to be
(almost) unique
Expand Down
Loading