Skip to content

Commit

Permalink
* make a dev release
Browse files Browse the repository at this point in the history
* clean up MANIFEST and .svnignore

git-svn-id: http://brian-d-foy.svn.sourceforge.net/svnroot/brian-d-foy/trunk@2582 d9f60a02-fc28-0410-9752-bc0d6c4f57a6
  • Loading branch information
briandfoy committed Jul 16, 2008
1 parent 68c7934 commit 88c07d9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .svnignore
@@ -1,5 +1,7 @@
coverdb
Makefile.old
MANIFEST.bak
*.tar.gz
Changes.bak
Makefile
blib
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST
Expand Up @@ -5,8 +5,14 @@ LICENSE
Makefile.PL
MANIFEST This list of files
README
t/dm_skeleton.t
t/file_sizes.t
t/line_counters.t
t/link_counts.t
t/links.t
t/load.t
t/normalize.t
t/obviously_non_multi_user.t
t/owner.t
t/pod.t
t/pod_coverage.t
Expand All @@ -15,3 +21,4 @@ t/rt/30346.t
t/setup_common
t/test_files.t
t/test_manifest
t/win32.t
5 changes: 4 additions & 1 deletion MANIFEST.SKIP
Expand Up @@ -13,4 +13,7 @@ MANIFEST.SKIP
\.orig
\.rej
\.mine
\.svn
\.svn
cover_db
pm_to_blib
\.git
2 changes: 1 addition & 1 deletion lib/File.pm
Expand Up @@ -23,7 +23,7 @@ use Test::Builder;
file_line_count_is file_line_count_isnt file_line_count_between
);

$VERSION = '1.26';
$VERSION = '1.25_001';

{
use warnings;
Expand Down

0 comments on commit 88c07d9

Please sign in to comment.