Skip to content

Commit

Permalink
hack changes/weaver.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 4, 2011
1 parent bc5f9d2 commit d8e0d66
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Changes
Expand Up @@ -7,15 +7,32 @@ Revision history for {{$dist->name}}

[BugFix]
- Add temporary hack for rt#67210 - methods with return types fail in void context.
- Fix some 'invalid' changelog entries.

[Dependencies]
- Added Class::Load
- FindBin moved to test deps.
- YAML::XS moved to test deps.
- explicit 'lib' dependency removed.
- removed Moose::Role dep.
- File::Find::Rule moved to test deps.
- Test::More moved to test deps.
- moved Path::Class to test deps.

[Dependencies::Test]
- Added English, File::Find, File::Temp.
- Stole FindBin, YAML::XS, Path::Class, File::Find::Rule, Test::More from Build Deps.

[Dependencies::Build]
- Added Module::Build 0.3601 as a mininum build/configure requirement.


[Internals]
- Use Class::Load instead of eval for loading extensions.

[Tests]
- Remove hand written boilerplate/kwalitee/critic tests.
- Ship new (generated) tests report-versions-tiny, cpan-changes, eol and kwalitee

0.02021113 2009-11-28T23:43:20Z
- Hard Dep on Perl5.10 due to Advanced regex usage ( Thanks CPAN Testers )
Expand Down
50 changes: 50 additions & 0 deletions weaver.ini
@@ -0,0 +1,50 @@
[@CorePrep]

[Name]
[Version]

[Region / prelude]

[Generic / SYNOPSIS]
[Generic / DESCRIPTION]

[Generic / NAMING_SCHEME]
header = NAMING SCHEME

[Generic / OVERVIEW]

;[Generic / METHODS]
[Collect / METHODS]
command = method

[Collect / ATTRIBUTES]
command = attr

[Collect / FILTER_METHODS]
header = FILTER METHODS
command = filter

[Collect / TERMINATOR_LIST_METHODS]
header = TERMINATOR LIST METHODS
command = terminator

[Collect / MIRROR_LIST_METHODS]
header = MIRROR LIST METHODS
command = mirrorlist

[Collect / PRIVATE_ATTRIBUTES]
header = PRIVATE ATTRIBUTES
command = p_attr

[Collect / PRIVATE_METHODS]
header = PRIVATE METHODS
command = p_method

[Leftovers]

[Region / postlude]

[Authors]
[Legal]


0 comments on commit d8e0d66

Please sign in to comment.