Skip to content

Add README, .editorconfig; update issues links #18

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

Open
wants to merge 2 commits into
base: master
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
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root=true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf

[.git/*]
indent_style = space # for commit messages
19 changes: 16 additions & 3 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ explicit version dependencies.

B<However> it is exceedingly easy to add a new syntax check, so if you
find something this is missing, copy and paste one of the existing
5 line checking functions, modify it to find what you want, and report it
to rt.cpan.org, along with the version needed.
5 line checking functions, modify it to find what you want, and report it,
along with the version needed.

I don't even need an entire diff... just the function and version.

Expand All @@ -158,16 +158,28 @@ C<package NAME VERSION;>, C<...>, and C<use feature ':5.12'>)>

=head1 SUPPORT

All bugs should be filed via the CPAN bug tracker at
Bugs can be filed via the CPAN or GitHub bug trackers:

=over

=item *

L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>

=item *

L<https://github.com/neilb/Perl-MinimumVersion/issues>

=back

For other issues, or commercial enhancement or support, contact the author.

=head1 AUTHORS

Adam Kennedy E<lt>[email protected]<gt>

Neil Bowers E<lt>[email protected]<gt>

=head1 SEE ALSO

L<perlver> - the command-line script for running C<Perl::MinimumVersion>
Expand All @@ -185,6 +197,7 @@ L<https://github.com/neilbowers/Perl-MinimumVersion>
=head1 COPYRIGHT

Copyright 2005 - 2014 Adam Kennedy.
Copyright 2015 - 2023 Neil Bowers and contributors.

This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
Expand Down
Loading