diff options
| author | mnodine <mnodine@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-06 16:03:07 +0000 |
|---|---|---|
| committer | mnodine <mnodine@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-06 16:03:07 +0000 |
| commit | c4dccd4ea5f0aaf84db96fbc29dae86b3d37510a (patch) | |
| tree | 5be396dd7d2143642889ef748db9d8f15bd99d2c | |
| parent | b485b57fe46fdf776090cb8ada44a55b988476a2 (diff) | |
| download | docutils-c4dccd4ea5f0aaf84db96fbc29dae86b3d37510a.tar.gz | |
Fixed a test that failed because it was not site-independent
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | prest/ChangeLog | 5 | ||||
| -rw-r--r-- | prest/MANIFEST | 1 | ||||
| -rw-r--r-- | prest/lib/Text/Restructured.pm | 2 | ||||
| -rw-r--r-- | prest/t/80_misc/prest.init/opt_e.r | 0 |
4 files changed, 7 insertions, 1 deletions
diff --git a/prest/ChangeLog b/prest/ChangeLog index 9de9f8a09..175f44d37 100644 --- a/prest/ChangeLog +++ b/prest/ChangeLog @@ -5,6 +5,11 @@ Release Notes .. contents:: +Release 0.3.39 +-------------- + +Fixed a test that failed because it was not site-independent + Release 0.3.38 -------------- diff --git a/prest/MANIFEST b/prest/MANIFEST index 488d7380e..5b74b32f7 100644 --- a/prest/MANIFEST +++ b/prest/MANIFEST @@ -893,6 +893,7 @@ t/80_misc/prest.init/badfile.txt t/80_misc/prest.init/Dir.smak t/80_misc/prest.init/no_args.txt t/80_misc/prest.init/opt_e.html +t/80_misc/prest.init/opt_e.r t/80_misc/prest.init/opt_e.rst t/80_misc/prest.init/opt_e.skip.pl t/80_misc/transforms.init/decorations_01.dom diff --git a/prest/lib/Text/Restructured.pm b/prest/lib/Text/Restructured.pm index c83e1d9c4..a8a3e3460 100644 --- a/prest/lib/Text/Restructured.pm +++ b/prest/lib/Text/Restructured.pm @@ -6,7 +6,7 @@ package Text::Restructured; # N.B.: keep version in quotes so trailing 0's are not lost -$VERSION = '0.003038'; +$VERSION = '0.003039'; # This package does parsing of reStructuredText files diff --git a/prest/t/80_misc/prest.init/opt_e.r b/prest/t/80_misc/prest.init/opt_e.r new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/prest/t/80_misc/prest.init/opt_e.r |
