[libperl-prereqscanner-perl] annotated tag debian/1.023-1 created (now efda59a)
gregor herrmann
gregoa at debian.org
Mon Nov 9 21:01:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag debian/1.023-1
in repository libperl-prereqscanner-perl.
at efda59a (tag)
tagging 70b0228e1faec12cc2996e57f9aa808e0a7cfc1f (commit)
replaces debian/1.020-1
tagged by gregor herrmann
on Mon Nov 9 22:00:13 2015 +0100
- Log -----------------------------------------------------------------
tagging package libperl-prereqscanner-perl version debian/1.023-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAABCgBmBQJWQQldXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGx7wQAJstEwTLdP3aDIiq6L8bSZ+T
4XZggSeAzxoTudE9gznNAtiekjeBpmw5hyLJHOIcTjwgtdiZmffhHJOse8wIyZ81
DeAM9qHIa9pBRyS2G8CmUHNxFI9ZvwTehWvkjyioAafFSySmXNvt/GYLikTQOs56
cc+z6WFwH3rTWIx8f7GmnF7ij/Orj9zXFSPUQs9UiprkRzH71jg3q5DUqPngEuMh
y8CgjhA99bDLvLOyqUUXkMbJigmQ/IaZUujH8zChP3gEYewr1pQ12M+ADPNbF8rJ
xwHPObYcMCLWADgIZ/knpEMP8ygcWmiFi8MZFK5qxxdQ6BsQMuxxPDG32qQp4z8K
ABwX4bTajbyi06IE51qp61dTlNFTdwjeMwTIsbvigzjRpm7muVMwihPAPMkXxN8t
H879GmYkzwxeBhxojfAE2IWnAjjOEtzGNG936T586yQpL7Efo8dfVaNs5DBfEvMb
lISbajc58oMYoaTsGjKUVfrqLqfPGB84xEs7hjbEr3t5GyHoPVZ5eNSUJAScgvxD
KrvQFcVrVXVgew16fC13JpvUlF/VkHlWSrHgFYuyGTKkLC+wyUXkbFCCnTXB1OvR
anPet8pHibN0HUTtDZUf/sTSCNimc8+0w8n/JrTw67oOEFjuxEAQW33DhUlRWWAR
luERe2aozUk0U3ru2X6k
=SGZk
-----END PGP SIGNATURE-----
Christopher J. Madsen (2):
Look for "require Module; Module->VERSION(min);"
If PPI parsing fails, report PPI::Document->errstr
David Golden (6):
Add scanner for aliased.pm module
Add the POE scanner for POE components
Require CPAN::Meta::Requirements 2.120630
include .t files in scan_prereqs
clarify scan_prereqs documentation
Add support for superclass.pm
David Steinbrunner (1):
typo fix
Ed J (1):
Fixes for "perl in space"
Florian Ragwitz (2):
scanner to find recent Test::More usage
Add testcase for weird package names + with
Jakob Voss (1):
let scan_prereqs recurse into directories
Jerome Quelin (6):
v1.006
move test data to corpus/
ignoring vim backup files
v1.007
v1.008
v1.011
John SJ Anderson (1):
Add --cpanm option to bin/scan_prereqs
Jérôme Quelin (102):
ignore file for git
initial dist-zilla config
initial module checkin, taken from preprender plugin
basic compile test
first working version
updating dzil conf
v0.1.0
do not extract prereq from pod
specify git repository
adding functional tests
v0.1.1
making sure comments do not pollute output
v0.1.2
updated tests to check moose roles
extracting moose roles prereqs
adding tests for skiplist
adding support for skiplist
using fake DZPA:: modules for tests
pod fix
pod update
v0.2.0
extracting moose extends
rewrote dist.ini
compile test now provided by dzp:compiletests
v0.3.0
manifst should come last
v0.3.1
trim only modules shipped by dist
update test: trim only modules shipped by dist
do not require modules used in tests
adding comments in tests
move all test modules to DZPA:: namespace
move strictures to please perlcritic
modernizing + move to 1.yydddn version
v1.093000
recognize indented uses and requires
test added for indent use
using meaningful test modules
v1.093060
forgot to add version in changes
adding an abstract to fake module
using meta.yml instead of hacking makefile.pl to test prereqs
adding a name to the test
pod update
using dzil mailing-list
requiring perl 5.8.x
sweetening code with moosex::has::sugar
v1.093190
using podweaver
remove some blank lines
using jquelin dzil pluginbundle
using path::class
clean after tests
pod update
v1.100080
ignore modules with weird chars
test for module with weird chars
v1.100090
using ppi to parse files
using test::deep for easier debugging
moose extends can have more than one param
skipping lib,strict,warnings
extracting prereqs from base and parent
adding tests for base and parent
no need to prefix test by number
moose focuses only with statement beginning with a word
oops, _looks_like_version() was used elsewhere
adding an example dist.ini
comment update
pod update
parent is only used in the tests
v1.100130
crafting a test for the noprereq situation
v1.100460
pod update (coverage++)
renaming scan_document() to scan_ppi_document()
new method scan_file()
new method scan_string()
pod update
removing pod still relating to dzil:autoprereq
fix stupid shift params error
testing scan_string() / scan_file()
remove remnant of old code
basic changelog
Merge branch 'rjbs'
sample scan_prereqs script
v0.100500
fix #55713: support for use parent -norequire
fix rt#55851: 'require $foo;' shouldn't add any prereq
v0.100830
v0.100960
update meta resource to be meta2 compliant
fix #59121 - remove lurking temp files
v0.101890
v0.101892
Add support for Moose v1.03 -version declarations
fixing meta-resource name to be valid
forcing stricture & warnings
v1.000
v1.001
fix rt#61608 - missing description in whatisentry for TestMore.pm
v1.002
Karen Etheridge (2):
doc link
Fix scanning of "use aliased;" with no import arguments
Mark Gardner (2):
add 'feature' pragma to skip list
add test for skipping pragmata
Neil Bowers (1):
added method scan_module($module_name)
Randy Stauner (3):
Instantiate PrereqScanner and call as_string_hash() on Version::Requirements
Test bin/scan_prereqs output
Enable --combine option to merge prereqs from files
Ricardo SIGNES (30):
avoid a fatal error if no includes are found
converting to standalone
prereq scanner pared down
tweak our build config
rename
renaming
just scan documents from our test file
gitignore
fix qw and base-ver parent-ver
require base if version given
test for multiple parent/base versions
test for multiple requires on one thing
refactor with/extends
get rid of some unneeded churn
no Moose needed
remove dead notes
minor doc tweaks
another typo
I helped write this
Pod tweaks
test for optlisty with
use Version::Requirements
update changelog for next release
v0.100510
v0.100520
return a Version::Requirement object
require latest version
update changelog
v0.100521
work under 5.8
Ricardo Signes (66):
prep next release
v0.100630
fix required ppi version
v0.100680
bump down min vers.
v0.100690
pluggable prereq scanner
moosify
docs and rename Default -> Perl5
v0.101250
bump prereq version
v0.101480
add test for with(...)
use MoreUtils not AllUtils
oops, put a pkg declaration in the program
v0.101891
require "with" or "extends" and not superstrings
v1.003
avoid undef->isa
v1.004
stop pruning "will always be core" libraries
note the removal of core prereq-stripping
v1.005
correct busted Changes file -- ops
s/Version::Requirements/CPAN::Meta::Requirements/
v1.009
add a test case
changelog for HEAD~
fix docs: arg is "scanners" not "plugins"
v1.010
update which tests are TODO
ignore insignificant tokens, fixing with ()
v1.012
v1.013
bump required PPI version
v1.014
document and test "no" works
v1.015
fix a typo
credit for last two merges
start over with bin/scan-perl-prereqs
restore the old scan_prereqs
credit to Neil
credit for lib.pm unskipping
remove dead code and comment
remove triple newlines
add --version and --help to scan-perl-prereqs
update changelog for scan-perl-prereqs
remove the scan_prereqs --cpanm test for now
v1.016
do not test core modules; they DO change
v1.017
scan .PL and .cgi files, too
also check for VERSION after use
note that I want to use Module::Which
update changelog
avoid underscores in filenames
v1.018
warn about ambiguity of PPI string handling
v1.019
update precision of version for CPAN::Meta::Requirements
v1.020
replace weird "always use lib" with -I switch
v1.021
v1.022
v1.023
Salvatore Bonaccorso (2):
Update Vcs-Browser URL to cgit web frontend
update changelog
Tina Mueller (2):
check if file is a real file, not a directory, symlink, ..
also check for -f in bin/scan_prereqs
Vyacheslav Matjukhin (1):
throw an exception if PPI fails to parse code
bowtie (2):
Remove lib skip as it's a dual-life module
house keeping
celogeek (1):
Test failed for "with" and array of string
gregor herrmann (14):
Imported Upstream version 1.020
debian/control: update {versioned,alternative} (build) dependencies.
update changelog
Merge tag 'upstream/1.020'
Add debian/upstream/metadata
Update debian/changelog
Imported Upstream version 1.023
Merge tag 'upstream/1.023'
Update debian/changelog
Update years of packaging copyright.
Mark package as autopkgtest-able.
Declare compliance with Debian Policy 3.9.6.
Bump debhelper compatibility level to 9.
releasing package libperl-prereqscanner-perl version 1.023-1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 649f3de Merge tag 'upstream/1.020'
new a0c075d Add debian/upstream/metadata
new 252d294 Update debian/changelog
new 9a7350a Merge tag 'upstream/1.023'
new b4d5bf7 Update debian/changelog
new 5231302 Update years of packaging copyright.
new cd3f7f7 Mark package as autopkgtest-able.
new 1f05ed6 Declare compliance with Debian Policy 3.9.6.
new 29fca7f Bump debhelper compatibility level to 9.
new 70b0228 releasing package libperl-prereqscanner-perl version 1.023-1
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl-prereqscanner-perl.git
More information about the Pkg-perl-cvs-commits
mailing list